aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sndcp.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-24 10:32:37 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-24 10:32:37 +0000
commite88a7dc35c88aa48f438c389e322d34a637bf370 (patch)
tree3c0ffb1660adb0f9d1d8210ef5773180243fc57b /epan/dissectors/packet-sndcp.c
parent82b4eaba91c81c010ca18ec77d8686cdd7d0f0c6 (diff)
register the dissector by name
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15036 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-sndcp.c')
-rw-r--r--epan/dissectors/packet-sndcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sndcp.c b/epan/dissectors/packet-sndcp.c
index f46da753d7..91ae6cc2ca 100644
--- a/epan/dissectors/packet-sndcp.c
+++ b/epan/dissectors/packet-sndcp.c
@@ -561,7 +561,7 @@ proto_reg_handoff_sndcp(void)
{
dissector_handle_t sndcp_handle;
- sndcp_handle = create_dissector_handle(dissect_sndcp, proto_sndcp);
+ sndcp_handle = find_dissector("sndcp");
/* Register SNDCP dissector with LLC layer for SAPI 3,5,9 and 11
*/