diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-09-27 18:51:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 18:51:47 +0200 |
commit | e2ed23a72ae6027a52f7d92a0e96c56af8459600 (patch) | |
tree | 9acb189766f25f7a7e161459ba7b87005f295b5f /python/ndpi | |
parent | 9c35627d874c4f6aca50abce037b55fc279fab68 (diff) |
Let the library returning the packet direction calculated internally (#2572)
wireshark, lua: add basic analysis of possible obfuscated flows
Diffstat (limited to 'python/ndpi')
-rw-r--r-- | python/ndpi/ndpi_build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ndpi/ndpi_build.py b/python/ndpi/ndpi_build.py index 07aac0de3..e2eac98e4 100644 --- a/python/ndpi/ndpi_build.py +++ b/python/ndpi/ndpi_build.py @@ -57,7 +57,7 @@ ndpi_protocol ndpi_detection_process_packet(struct ndpi_detection_module_struct const unsigned char *packet, const unsigned short packetlen, const u_int64_t packet_time_ms, - const struct ndpi_flow_input_info *input_info); + struct ndpi_flow_input_info *input_info); ndpi_protocol ndpi_detection_giveup(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow, u_int8_t *protocol_was_guessed); |