diff --git a/data/conf.json b/data/conf.json index 730544e..c395edb 100644 --- a/data/conf.json +++ b/data/conf.json @@ -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 + } } ] } \ No newline at end of file