diff options
author | Liam Wilson <37528501+liwilson1@users.noreply.github.com> | 2024-09-27 19:23:22 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 09:23:22 +0200 |
commit | cdda369e92d7581242c0c436d76569faf9860056 (patch) | |
tree | 6708accaf79ae8954945eed01238d1328cadfef3 /tests/cfgs/disable_use_client_ip/pcap/bot.pcap | |
parent | 288c1f5c22789660b272ed95fcfada43f7d9e35c (diff) |
Add enable/disable guessing using client IP/port (#2569)
Add configurable options for whether to include client port or client IP
in the flow's protocol guesses. This defaults to include both client
port/IP if the protocol is not guessed with the server IP/port.
This is intended for when flow direction detection is enabled, so we
know that sport = client port, dport = server port.
Diffstat (limited to 'tests/cfgs/disable_use_client_ip/pcap/bot.pcap')
l--------- | tests/cfgs/disable_use_client_ip/pcap/bot.pcap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cfgs/disable_use_client_ip/pcap/bot.pcap b/tests/cfgs/disable_use_client_ip/pcap/bot.pcap new file mode 120000 index 000000000..7913e48b9 --- /dev/null +++ b/tests/cfgs/disable_use_client_ip/pcap/bot.pcap @@ -0,0 +1 @@ +../../default/pcap/bot.pcap
\ No newline at end of file |