aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pathport.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pathport.c')
-rw-r--r--epan/dissectors/packet-pathport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pathport.c b/epan/dissectors/packet-pathport.c
index edb75955ce..1907f95875 100644
--- a/epan/dissectors/packet-pathport.c
+++ b/epan/dissectors/packet-pathport.c
@@ -707,7 +707,7 @@ proto_reg_handoff_pathport(void)
static dissector_handle_t pathport_handle;
pathport_handle = new_create_dissector_handle(dissect_pathport, proto_pathport);
- heur_dissector_add("udp", dissect_pathport_heur, "Pathport over UDP", "pathport_udp", proto_pathport);
+ heur_dissector_add("udp", dissect_pathport_heur, "Pathport over UDP", "pathport_udp", proto_pathport, HEURISTIC_ENABLE);
dissector_add_uint("udp.port", PATHPORT_UDP_PORT, pathport_handle);
}