diff options
Diffstat (limited to 'src/lib/protocols/z3950.c')
-rw-r--r-- | src/lib/protocols/z3950.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/z3950.c b/src/lib/protocols/z3950.c index 0c95e5d85..fe168ea9b 100644 --- a/src/lib/protocols/z3950.c +++ b/src/lib/protocols/z3950.c @@ -87,7 +87,7 @@ static int z3950_parse_sequences(struct ndpi_packet_struct const * const packet, static void ndpi_search_z3950(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; int const minimum_expected_sequences = 6; NDPI_LOG_DBG(ndpi_struct, "search z39.50\n"); |