diff options
author | Luca Deri <deri@ntop.org> | 2015-08-18 11:02:29 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2015-08-18 11:02:29 +0200 |
commit | 41fcb7b1c182f364a335abc127910a399fdfb2b0 (patch) | |
tree | 109577e448f4f3e6bec1b984d2a07a79e9b4c6c6 /src/lib/protocols | |
parent | a0bef995b68d1825c6e9a19fcbf604ef76580c51 (diff) |
Warning fix
Diffstat (limited to 'src/lib/protocols')
-rw-r--r-- | src/lib/protocols/eaq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/protocols/eaq.c b/src/lib/protocols/eaq.c index 7dfc5f778..96ecacdde 100644 --- a/src/lib/protocols/eaq.c +++ b/src/lib/protocols/eaq.c @@ -39,8 +39,6 @@ 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) { struct ndpi_packet_struct *packet = &flow->packet; u_int16_t sport = ntohs(packet->udp->source), dport = ntohs(packet->udp->dest); - unsigned char *vers; - int ver_offs; if((packet->payload_packet_len != EAQ_DEFAULT_SIZE) || ((sport != EAQ_DEFAULT_PORT) && (dport != EAQ_DEFAULT_PORT))) { |