aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-01-27 00:20:37 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-01-27 00:20:37 +0000
commit4293724ef5572c267c614bc7166ceaff89dbf313 (patch)
tree320f3108ade322106f7411d808f57f26064e56db /packet-wsp.c
parentf63fd700f847599d1c71b805a6a3a73d0e3b641a (diff)
From Chris Wilson:
Separate the GSM SMS User Data dissector from the SMPP dissector. Rename the protocol. svn path=/trunk/; revision=9872
Diffstat (limited to 'packet-wsp.c')
-rw-r--r--packet-wsp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-wsp.c b/packet-wsp.c
index 7a7ae7805a..04bcbbdf3a 100644
--- a/packet-wsp.c
+++ b/packet-wsp.c
@@ -2,7 +2,7 @@
*
* Routines to dissect WSP component of WAP traffic.
*
- * $Id: packet-wsp.c,v 1.106 2004/01/23 09:40:37 jmayer Exp $
+ * $Id: packet-wsp.c,v 1.107 2004/01/27 00:20:36 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -7107,9 +7107,9 @@ proto_reg_handoff_wsp(void)
dissector_add("udp.port", UDP_PORT_WSP, wsp_fromudp_handle);
dissector_add("udp.port", UDP_PORT_WSP_PUSH, wsp_fromudp_handle);
- /* SMPP dissector can also carry WSP */
- dissector_add("smpp.gsm-sms.udh.port", UDP_PORT_WSP, wsp_fromudp_handle);
- dissector_add("smpp.gsm-sms.udh.port", UDP_PORT_WSP_PUSH, wsp_fromudp_handle);
+ /* GSM SMS UD dissector can also carry WSP */
+ dissector_add("gsm-sms-ud.udh.port", UDP_PORT_WSP, wsp_fromudp_handle);
+ dissector_add("gsm-sms-ud.udh.port", UDP_PORT_WSP_PUSH, wsp_fromudp_handle);
/* This dissector is also called from the WTP and WTLS dissectors */
}