aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sndcp-xid.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames@darkjames.pl>2014-07-25 09:50:02 +0200
committerBill Meier <wmeier@newsguy.com>2014-07-25 11:51:07 +0000
commit788ff153badcb769cf4967d960a882aa599f7e00 (patch)
treedf778e8b16b70e305c8962b7700c2e1f89a987c4 /epan/dissectors/packet-sndcp-xid.c
parent77016503fe619ce92bb1de43504a2a11fe7a49a6 (diff)
Empty proto_reg_handoff_* are not needed, remove some.
Change-Id: I957b01aa00bbff3c48192388c7ad9e601d79c778 Reviewed-on: https://code.wireshark.org/review/3196 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-sndcp-xid.c')
-rw-r--r--epan/dissectors/packet-sndcp-xid.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/epan/dissectors/packet-sndcp-xid.c b/epan/dissectors/packet-sndcp-xid.c
index 42dde20917..28c5f37493 100644
--- a/epan/dissectors/packet-sndcp-xid.c
+++ b/epan/dissectors/packet-sndcp-xid.c
@@ -44,7 +44,6 @@
#define ALGO_ROHC 2
void proto_register_sndcp_xid(void);
-void proto_reg_handoff_sndcp_xid(void);
static const value_string sndcp_xid_dcomp_algo_str[] = {
{0x0, "V.42 bis"},
@@ -868,12 +867,3 @@ proto_register_sndcp_xid(void)
proto_register_subtree_array(ett, array_length(ett));
register_dissector("sndcpxid", dissect_sndcp_xid, proto_sndcp_xid);
}
-
-/* If this dissector uses sub-dissector registration add a registration routine.
- This format is required because a script is used to find these routines and
- create the code that calls these routines.
-*/
-void
-proto_reg_handoff_sndcp_xid(void)
-{
-}