diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-09-28 18:59:30 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-09-28 18:59:30 +0000 |
commit | 434a3ded4cdd018188b3d307d9f056d525d2e22b (patch) | |
tree | 347252c247a6de2f1a9c72cf1e922156685dd9ab /packet-wap.h | |
parent | 28c42a21ecc4729c6898f4b88880d4a5d01cb999 (diff) | |
download | wireshark-434a3ded4cdd018188b3d307d9f056d525d2e22b.tar.gz wireshark-434a3ded4cdd018188b3d307d9f056d525d2e22b.tar.bz2 wireshark-434a3ded4cdd018188b3d307d9f056d525d2e22b.zip |
Push-traffic dissecting for WSP/WTLS, from Tom Uijldert.
svn path=/trunk/; revision=3968
Diffstat (limited to 'packet-wap.h')
-rw-r--r-- | packet-wap.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/packet-wap.h b/packet-wap.h index 142fb8326e..cbfe58ac9e 100644 --- a/packet-wap.h +++ b/packet-wap.h @@ -2,7 +2,7 @@ * * Declarations for WAP packet disassembly * - * $Id: packet-wap.h,v 1.3 2001/07/20 04:39:07 guy Exp $ + * $Id: packet-wap.h,v 1.4 2001/09/28 18:59:30 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -38,7 +38,9 @@ #define UDP_PORT_WSP 9200 /* wap-wsp */ #define UDP_PORT_WTP_WSP 9201 /* wap-wsp-wtp */ #define UDP_PORT_WTLS_WSP 9202 /* wap-wsp-s */ -#define UDP_PORT_WTLS_WTP_WSP 9203 /* wap-wsp-wtp-s */ +#define UDP_PORT_WTLS_WTP_WSP 9203 /* wap-wsp-wtp-s */ +#define UDP_PORT_WSP_PUSH 2948 /* wap-wsp */ +#define UDP_PORT_WTLS_WSP_PUSH 2948 /* wap-wsp-s */ /* * Note: @@ -61,6 +63,9 @@ * 9202 WTLS -> WSP -> WMLC * 9203 WTLS -> WTP -> WSP -> WMLC * + * 2948 WSP -> WMLC (Push) + * 2949 WTLS -> WSP -> WMLC (Push) + * * At present, only the unencrypted parts of WTLS can be analysed. Therefore * the WTP and WSP dissectors are not called. */ |