Skip to content

Commit

Permalink
Modifiy default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed May 4, 2024
1 parent 3775aed commit ea0f05b
Showing 1 changed file with 3 additions and 73 deletions.
76 changes: 3 additions & 73 deletions data/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,87 +3,17 @@
[
{
"interface": "test",
"includes":
[
"/etc/pcktbatch/include_one.yaml",
"/etc/pcktbatch/include_two.yaml"
],
"block": true,
"count": 0,
"data": 0,
"time": 0,
"threads": 0,
"delay": 1000000,
"trackcount": false,
"l4csum": true,
"eth":
{
"smac": null,
"dmac": null
},
"ip":
{
"protocol": "udp",
"ranges":
[
"172.16.0.0./16",
"10.60.0.0/24",
"192.168.30.0/24"
],
"sip": null,
"dip": null,
"protocol": "udp",
"tos": 0,
"csum": true,
"ttl":
{
"min": 0,
"max": 0
},
"id":
{
"min": 0,
"max": 0
}
},
"udp":
{
"sport": 0,
"dport": 0
},
"tcp":
{
"sport": 0,
"dport": 0,
"syn": false,
"ack": false,
"psh": false,
"rst": false,
"fin": false,
"urg": false,
"ece": false,
"cwr": false,
"cooked": false,
"oneconnection": false
},
"icmp":
{
"code": 0,
"type": 0
},
"payloads":
[
{
"length":
{
"min": 0,
"max": 0
},
"isfile": false,
"isstring": false,
"isstatic": false,
"exact": null
}
]
"dip": null
}
}
]
}

0 comments on commit ea0f05b

Please sign in to comment.