aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-msn-messenger.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-09-26 17:04:01 +0000
committerBill Meier <wmeier@newsguy.com>2008-09-26 17:04:01 +0000
commit3e347bb88c75b177c22c363c601fceaf71c9afc5 (patch)
treeb25b463a63c676495cf17944120de8db1aeaa348 /epan/dissectors/packet-msn-messenger.c
parent64f088530e6425da78f49affbd937909910b07ab (diff)
Minor cleanups related to proto_reg_handoff
svn path=/trunk/; revision=26277
Diffstat (limited to 'epan/dissectors/packet-msn-messenger.c')
-rw-r--r--epan/dissectors/packet-msn-messenger.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-msn-messenger.c b/epan/dissectors/packet-msn-messenger.c
index a4d31b5ef5..7545685947 100644
--- a/epan/dissectors/packet-msn-messenger.c
+++ b/epan/dissectors/packet-msn-messenger.c
@@ -62,8 +62,6 @@ static int proto_msnms = -1;
static gint ett_msnms = -1;
-static dissector_handle_t data_handle;
-
#define TCP_PORT_MSNMS 1863
static void
@@ -145,7 +143,6 @@ proto_reg_handoff_msnms(void)
msnms_handle = create_dissector_handle(dissect_msnms, proto_msnms);
dissector_add("tcp.port", TCP_PORT_MSNMS, msnms_handle);
- data_handle = find_dissector("data");
/*
* For MSN Messenger Protocol over HTTP
*/