mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-04 18:00:17 +00:00
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:
parent
3763c702f0
commit
84427b0754
155 changed files with 327 additions and 152 deletions
|
|
@ -239,7 +239,8 @@ static void ndpi_rtp_search(struct ndpi_detection_module_struct *ndpi_struct,
|
|||
NDPI_LOG_DBG(ndpi_struct, "search RTP\n");
|
||||
|
||||
if(d_port == 5355 || /* LLMNR_PORT */
|
||||
d_port == 5353 /* MDNS_PORT */) {
|
||||
d_port == 5353 || /* MDNS_PORT */
|
||||
d_port == 9600 /* FINS_PORT */) {
|
||||
NDPI_EXCLUDE_PROTO(ndpi_struct, flow);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue