aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hpfeeds.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-hpfeeds.c')
-rw-r--r--epan/dissectors/packet-hpfeeds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hpfeeds.c b/epan/dissectors/packet-hpfeeds.c
index 059492f259..7b998e4c26 100644
--- a/epan/dissectors/packet-hpfeeds.c
+++ b/epan/dissectors/packet-hpfeeds.c
@@ -461,7 +461,7 @@ proto_register_hpfeeds(void)
"hpfeeds" /* abbrev */
);
- heur_subdissector_list = register_heur_dissector_list("hpfeeds");
+ heur_subdissector_list = register_heur_dissector_list("hpfeeds", proto_hpfeeds);
proto_register_field_array(proto_hpfeeds, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));