Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit ea0f05b

Browse files
committed
Modifiy default config.
1 parent 3775aed commit ea0f05b

File tree

1 file changed

+3
-73
lines changed

1 file changed

+3
-73
lines changed

data/conf.json

Lines changed: 3 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -3,87 +3,17 @@
33
[
44
{
55
"interface": "test",
6-
"includes":
7-
[
8-
"/etc/pcktbatch/include_one.yaml",
9-
"/etc/pcktbatch/include_two.yaml"
10-
],
11-
"block": true,
12-
"count": 0,
13-
"data": 0,
14-
"time": 0,
15-
"threads": 0,
16-
"delay": 1000000,
17-
"trackcount": false,
18-
"l4csum": true,
19-
"eth":
20-
{
21-
"smac": null,
22-
"dmac": null
23-
},
246
"ip":
257
{
8+
"protocol": "udp",
269
"ranges":
2710
[
2811
"172.16.0.0./16",
2912
"10.60.0.0/24",
3013
"192.168.30.0/24"
3114
],
32-
"sip": null,
33-
"dip": null,
34-
"protocol": "udp",
35-
"tos": 0,
36-
"csum": true,
37-
"ttl":
38-
{
39-
"min": 0,
40-
"max": 0
41-
},
42-
"id":
43-
{
44-
"min": 0,
45-
"max": 0
46-
}
47-
},
48-
"udp":
49-
{
50-
"sport": 0,
51-
"dport": 0
52-
},
53-
"tcp":
54-
{
55-
"sport": 0,
56-
"dport": 0,
57-
"syn": false,
58-
"ack": false,
59-
"psh": false,
60-
"rst": false,
61-
"fin": false,
62-
"urg": false,
63-
"ece": false,
64-
"cwr": false,
65-
"cooked": false,
66-
"oneconnection": false
67-
},
68-
"icmp":
69-
{
70-
"code": 0,
71-
"type": 0
72-
},
73-
"payloads":
74-
[
75-
{
76-
"length":
77-
{
78-
"min": 0,
79-
"max": 0
80-
},
81-
"isfile": false,
82-
"isstring": false,
83-
"isstatic": false,
84-
"exact": null
85-
}
86-
]
15+
"dip": null
16+
}
8717
}
8818
]
8919
}

0 commit comments

Comments
 (0)