aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openwire.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-06-24 00:46:56 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-06-23 22:48:11 +0000
commit93592e4af70d4596f68c4f6ba89458ce46e95e48 (patch)
tree9ce75f763a71da84c35729b175d2a62a2ce43ccc /epan/dissectors/packet-openwire.c
parent0a9a2554a46ce4e040dba669a3ed22f0e9ab709e (diff)
openwire: remove useless register_init_routine call
Change-Id: Ifc638e92d4b148a2efeb6c488ab4dc2a57a054e7 Reviewed-on: https://code.wireshark.org/review/9076 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/dissectors/packet-openwire.c')
-rw-r--r--epan/dissectors/packet-openwire.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-openwire.c b/epan/dissectors/packet-openwire.c
index ce4154a6ee..285391677c 100644
--- a/epan/dissectors/packet-openwire.c
+++ b/epan/dissectors/packet-openwire.c
@@ -542,11 +542,6 @@ typedef struct openwire_conv_data {
} openwire_conv_data;
static void
-openwire_init(void)
-{
-}
-
-static void
validate_boolean(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree _U_, int offset, proto_item *boolean_item)
{
/* Sanity check of boolean : must be 0x00 or 0x01 */
@@ -2005,7 +2000,6 @@ proto_register_openwire(void)
"Show verbose type information",
"Whether verbose type and length information are displayed in the protocol tree",
&openwire_verbose_type);
- register_init_routine(&openwire_init);
}
void