diff options
Diffstat (limited to 'src/lib/protocols/drda.c')
-rw-r--r-- | src/lib/protocols/drda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/drda.c b/src/lib/protocols/drda.c index 19671cf56..06d9a9855 100644 --- a/src/lib/protocols/drda.c +++ b/src/lib/protocols/drda.c @@ -36,7 +36,7 @@ struct ndpi_drda_hdr { void ndpi_search_drda(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; u_int16_t payload_len = packet->payload_packet_len; u_int count = 0; // prevent integer overflow |