aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/apple_push.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/apple_push.c')
-rw-r--r--src/lib/protocols/apple_push.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/apple_push.c b/src/lib/protocols/apple_push.c
index b360e8a40..7e05faa83 100644
--- a/src/lib/protocols/apple_push.c
+++ b/src/lib/protocols/apple_push.c
@@ -29,7 +29,7 @@
static void ndpi_check_apple_push(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) {
/* https://support.apple.com/en-us/HT203609 */