aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 155a3c6c72..a61f75260a 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -2462,6 +2462,8 @@ void call_heur_dissector_direct(heur_dtbl_entry_t *heur_dtbl_entry, tvbuff_t *tv
wmem_list_append(pinfo->layers, GINT_TO_POINTER(proto_id));
}
+ pinfo->heur_list_name = heur_dtbl_entry->list_name;
+
EP_CHECK_CANARY(("before calling heuristic dissector for protocol: %s", proto_get_protocol_filter_name(proto_id)));
/* call the dissector, as we have saved the result heuristic failure is an error */