diff options
Diffstat (limited to 'src/lib/protocols/eaq.c')
-rw-r--r-- | src/lib/protocols/eaq.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/protocols/eaq.c b/src/lib/protocols/eaq.c index 73fc9f5f7..dfff42924 100644 --- a/src/lib/protocols/eaq.c +++ b/src/lib/protocols/eaq.c @@ -41,15 +41,7 @@ static void ndpi_int_eaq_add_connection(struct ndpi_detection_module_struct *ndp void ndpi_search_eaq(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { - if (!flow) { - return; - } - struct ndpi_packet_struct *packet = &ndpi_struct->packet; - if (!packet) { - return; - } - u_int16_t sport = ntohs(packet->udp->source), dport = ntohs(packet->udp->dest); NDPI_LOG_DBG(ndpi_struct, "search eaq\n"); |