diff options
author | Toni <matzeton@googlemail.com> | 2020-12-11 21:01:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 21:01:51 +0100 |
commit | 74a77e7b3d4af1a3bebb2628ba551089cefc4e74 (patch) | |
tree | ee2dae8badbdba806b1bf7f18a9cf755418162ef /example/reader_util.h | |
parent | edf3a57a6a197ea197d6c07d50dc94bc7bd97f8d (diff) |
Added --ignore-vlanid / -I to exclude VLAN ids for flow hash calculation. #1073 (#1085)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 7337bb182..f471c365f 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -264,6 +264,7 @@ typedef struct ndpi_stats { typedef struct ndpi_workflow_prefs { u_int8_t decode_tunnels; u_int8_t quiet_mode; + u_int8_t ignore_vlanid; u_int32_t num_roots; u_int32_t max_ndpi_flows; } ndpi_workflow_prefs_t; |