diff options
Diffstat (limited to 'src/lib/protocols')
-rw-r--r-- | src/lib/protocols/stun.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/protocols/stun.c b/src/lib/protocols/stun.c index 81e90e94f..3c64fd012 100644 --- a/src/lib/protocols/stun.c +++ b/src/lib/protocols/stun.c @@ -498,15 +498,6 @@ static ndpi_int_stun_t ndpi_int_check_stun(struct ndpi_detection_module_struct * } break; - case 0xC057: /* Messeger */ - if(msg_type == 0x0001) { - if((msg_len == 100) || (msg_len == 104)) { - *app_proto = NDPI_PROTOCOL_FACEBOOK_VOIP; - return(NDPI_IS_STUN); - } - } - break; - case 0x8054: /* Candidate Identifier */ if((len == 4) && ((offset+7) < payload_length) |