aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lbtru.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-lbtru.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-lbtru.c')
-rw-r--r--epan/dissectors/packet-lbtru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lbtru.c b/epan/dissectors/packet-lbtru.c
index 4775f2ed59..448bd39638 100644
--- a/epan/dissectors/packet-lbtru.c
+++ b/epan/dissectors/packet-lbtru.c
@@ -2025,7 +2025,7 @@ void proto_reg_handoff_lbtru(void)
lbtru_dissector_handle = new_create_dissector_handle(dissect_lbtru, proto_lbtru);
dissector_add_for_decode_as("udp.port", lbtru_dissector_handle);
heur_dissector_add("udp", test_lbtru_packet, proto_lbtru);
- lbtru_tap_handle = register_tap("lbtru");
+ lbtru_tap_handle = register_tap("lbm_lbtru");
}
/* Make sure the low source port is <= the high source port. If not, don't change them. */