rename flow_direction to flow_type
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
[packet_inject]
|
||||
filter_ip = any # eg: 2001:db8::1, 192.168.1.100, any
|
||||
filter_port = 0 # eg: 80, 443 (0 for any)
|
||||
filter_dir = C2S # eg: C2S, S2C
|
||||
flow_type = C2S # eg: C2S, S2C
|
||||
filter_pkts = 3 # can not be 0
|
||||
inject_type = TCP-PAYLOAD # eg: TCP-RST, TCP-FIN, TCP-PAYLOAD, TCP-PAYLOAD-FIN-RST, UDP-PAYLOAD, CTRL-MSG
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
[packet_inject]
|
||||
filter_ip = any # eg: 2001:db8::1, 192.168.1.100, any
|
||||
filter_port = 0 # eg: 80, 443 (0 for any)
|
||||
filter_dir = S2C # eg: C2S, S2C
|
||||
flow_type = S2C # eg: C2S, S2C
|
||||
filter_pkts = 3 # can not be 0
|
||||
inject_type = TCP-PAYLOAD # eg: TCP-RST, TCP-FIN, TCP-PAYLOAD, TCP-PAYLOAD-FIN-RST, UDP-PAYLOAD, CTRL-MSG
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
[packet_inject]
|
||||
filter_ip = any # eg: 2001:db8::1, 192.168.1.100, any
|
||||
filter_port = 0 # eg: 80, 443 (0 for any)
|
||||
filter_dir = C2S # eg: C2S, S2C
|
||||
flow_type = C2S # eg: C2S, S2C
|
||||
filter_pkts = 3 # can not be 0
|
||||
inject_type = TCP-PAYLOAD-FIN-RST # eg: TCP-RST, TCP-FIN, TCP-PAYLOAD, TCP-PAYLOAD-FIN-RST, UDP-PAYLOAD, CTRL-MSG
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
[packet_inject]
|
||||
filter_ip = any # eg: 2001:db8::1, 192.168.1.100, any
|
||||
filter_port = 0 # eg: 80, 443 (0 for any)
|
||||
filter_dir = C2S # eg: C2S, S2C
|
||||
flow_type = C2S # eg: C2S, S2C
|
||||
filter_pkts = 3 # can not be 0
|
||||
inject_type = TCP-RST # eg: TCP-RST, TCP-FIN, TCP-PAYLOAD, TCP-PAYLOAD-FIN-RST, UDP-PAYLOAD, CTRL-MSG
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
[packet_inject]
|
||||
filter_ip = any # eg: 2001:db8::1, 192.168.1.100, any
|
||||
filter_port = 0 # eg: 80, 443 (0 for any)
|
||||
filter_dir = S2C # eg: C2S, S2C
|
||||
flow_type = S2C # eg: C2S, S2C
|
||||
filter_pkts = 3 # can not be 0
|
||||
inject_type = TCP-RST # eg: TCP-RST, TCP-FIN, TCP-PAYLOAD, TCP-PAYLOAD-FIN-RST, UDP-PAYLOAD, CTRL-MSG
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
[packet_inject]
|
||||
filter_ip = any # eg: 2001:db8::1, 192.168.1.100, any
|
||||
filter_port = 0 # eg: 80, 443 (0 for any)
|
||||
filter_dir = C2S # eg: C2S, S2C
|
||||
flow_type = C2S # eg: C2S, S2C
|
||||
filter_pkts = 2 # can not be 0
|
||||
inject_type = TCP-RST # eg: TCP-RST, TCP-FIN, TCP-PAYLOAD, TCP-PAYLOAD-FIN-RST, UDP-PAYLOAD, CTRL-MSG
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
[packet_inject]
|
||||
filter_ip = any # eg: 2001:db8::1, 192.168.1.100, any
|
||||
filter_port = 0 # eg: 80, 443 (0 for any)
|
||||
filter_dir = S2C # eg: C2S, S2C
|
||||
flow_type = S2C # eg: C2S, S2C
|
||||
filter_pkts = 1 # can not be 0
|
||||
inject_type = TCP-RST # eg: TCP-RST, TCP-FIN, TCP-PAYLOAD, TCP-PAYLOAD-FIN-RST, UDP-PAYLOAD, CTRL-MSG
|
||||
|
||||
Reference in New Issue
Block a user