Add Omron FINS protocol dissector (#2172)

* Add Omron FINS protocol dissector

* Add a kludge to avoid invalid FINS over UDP detection as SkypeTeams and RTP

* Update unit test results

* Update protocols.rst

* Remove dummy flows from fins.pcap
This commit is contained in:
Vladimir Gavrilov 2023-11-27 19:09:53 +03:00 committed by GitHub
parent 3763c702f0
commit 84427b0754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
155 changed files with 327 additions and 152 deletions

View file

@ -390,6 +390,7 @@ typedef enum {
NDPI_PROTOCOL_RTPS = 359,
NDPI_PROTOCOL_OPC_UA = 360,
NDPI_PROTOCOL_S7COMM_PLUS = 361,
NDPI_PROTOCOL_FINS = 362,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"