From cdda369e92d7581242c0c436d76569faf9860056 Mon Sep 17 00:00:00 2001 From: Liam Wilson <37528501+liwilson1@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:23:22 +1200 Subject: 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. --- tests/cfgs/disable_use_client_ip/config.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/cfgs/disable_use_client_ip/config.txt (limited to 'tests/cfgs/disable_use_client_ip/config.txt') diff --git a/tests/cfgs/disable_use_client_ip/config.txt b/tests/cfgs/disable_use_client_ip/config.txt new file mode 100644 index 000000000..b00220496 --- /dev/null +++ b/tests/cfgs/disable_use_client_ip/config.txt @@ -0,0 +1 @@ +--cfg=flow.use_client_ip_in_guess,0 \ No newline at end of file -- cgit v1.2.3