diff options
Diffstat (limited to 'src/lib/protocols/targus_getdata.c')
-rw-r--r-- | src/lib/protocols/targus_getdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/targus_getdata.c b/src/lib/protocols/targus_getdata.c index bbc524bd9..acaa4f6a2 100644 --- a/src/lib/protocols/targus_getdata.c +++ b/src/lib/protocols/targus_getdata.c @@ -29,7 +29,7 @@ static void ndpi_check_targus_getdata(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { - struct ndpi_packet_struct *packet = &flow->packet; + struct ndpi_packet_struct *packet = &ndpi_struct->packet; if(packet->iph) { u_int16_t targus_getdata_port = ntohs(5201); |