summaryrefslogtreecommitdiff
path: root/packet-wtp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-30 23:24:39 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-30 23:24:39 +0000
commit299f79c4f7573a1ee22e041418db863a9d00568f (patch)
tree62944baf5b6512b3c6681b95f2a4ee68fe7a3cfa /packet-wtp.c
parentdd544457db7e76d8abb3d6ff1ccd69da6ef99ee2 (diff)
downloadwireshark-299f79c4f7573a1ee22e041418db863a9d00568f.tar.gz
From Olivier Biot:
UDH dissection in SMPP message WTP and WSP dissection over SMPP (no reassembly) WSP status code rendering in Info column svn path=/trunk/; revision=7954
Diffstat (limited to 'packet-wtp.c')
-rw-r--r--packet-wtp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-wtp.c b/packet-wtp.c
index 692d076a25..b85995d4e1 100644
--- a/packet-wtp.c
+++ b/packet-wtp.c
@@ -2,7 +2,7 @@
*
* Routines to dissect WTP component of WAP traffic.
*
- * $Id: packet-wtp.c,v 1.48 2003/05/24 16:54:42 gerald Exp $
+ * $Id: packet-wtp.c,v 1.49 2003/06/30 23:24:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -958,4 +958,5 @@ proto_reg_handoff_wtp(void)
wtp_fromudp_handle = find_dissector("wtp-udp");
dissector_add("udp.port", UDP_PORT_WTP_WSP, wtp_fromudp_handle);
+ dissector_add("smpp.udh.port", UDP_PORT_WTP_WSP, wtp_fromudp_handle);
}