This repository was archived by the owner on Feb 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-73
lines changed Expand file tree Collapse file tree 1 file changed +3
-73
lines changed Original file line number Diff line number Diff line change 3
3
[
4
4
{
5
5
"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
- },
24
6
"ip" :
25
7
{
8
+ "protocol" : " udp" ,
26
9
"ranges" :
27
10
[
28
11
" 172.16.0.0./16" ,
29
12
" 10.60.0.0/24" ,
30
13
" 192.168.30.0/24"
31
14
],
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
+ }
87
17
}
88
18
]
89
19
}
You can’t perform that action at this time.
0 commit comments