aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lbmc.c
diff options
context:
space:
mode:
authorDavid Ameiss <netshark@ameissnet.com>2014-06-26 10:33:37 -0500
committerMichael Mann <mmann78@netscape.net>2014-06-29 00:03:35 +0000
commite1a8c9599fadc787253115316c549e849f377fd2 (patch)
tree7e9e0de94320f68526fdc413993bc94e8e449ddb /epan/dissectors/packet-lbmc.c
parent78e328c02de5a9f052748eb18b6fa03b93c1d89b (diff)
Standardize the names of, and document, the taps and heuristic dissector tables made avaialble by these dissectors.
Change-Id: If3a143eb9546c9de63cd32b2347000b09e0e3c93 Reviewed-on: https://code.wireshark.org/review/2688 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-lbmc.c')
-rw-r--r--epan/dissectors/packet-lbmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lbmc.c b/epan/dissectors/packet-lbmc.c
index 220a1e8a3a..1ab13406fc 100644
--- a/epan/dissectors/packet-lbmc.c
+++ b/epan/dissectors/packet-lbmc.c
@@ -14303,7 +14303,7 @@ void proto_register_lbmc(void)
expert_lbmc = expert_register_protocol(proto_lbmc);
expert_register_field_array(expert_lbmc, ei, array_length(ei));
- register_heur_dissector_list("29westdata", &lbmc_heuristic_subdissector_list);
+ register_heur_dissector_list("lbm_msg_payload", &lbmc_heuristic_subdissector_list);
prefs_register_protocol(tnw_protocol_handle, NULL);
lbmc_module = prefs_register_protocol_subtree("29West", proto_lbmc, proto_reg_handoff_lbmc);