aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lbtrm.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-lbtrm.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-lbtrm.c')
-rw-r--r--epan/dissectors/packet-lbtrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lbtrm.c b/epan/dissectors/packet-lbtrm.c
index c8323d7ee4..4fa8b42820 100644
--- a/epan/dissectors/packet-lbtrm.c
+++ b/epan/dissectors/packet-lbtrm.c
@@ -1894,7 +1894,7 @@ void proto_reg_handoff_lbtrm(void)
lbtrm_dissector_handle = new_create_dissector_handle(dissect_lbtrm, proto_lbtrm);
dissector_add_for_decode_as("udp.port", lbtrm_dissector_handle);
heur_dissector_add("udp", test_lbtrm_packet, proto_lbtrm);
- lbtrm_tap_handle = register_tap("lbtrm");
+ lbtrm_tap_handle = register_tap("lbm_lbtrm");
}
/* Make sure the low MC address is <= the high MC address. If not, don't change them. */