aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-12-21 04:31:58 +0000
committerJörg Mayer <jmayer@loplof.de>2003-12-21 04:31:58 +0000
commit3f020f582ecb5c6e6994a6ad896f41043f100536 (patch)
treeca7ac06e027a07c1eec24d79d0f34c6d9faa623d /packet-wsp.c
parent951b5352476bc57ca122fac571e2f489e3f1ada5 (diff)
Compiling with -pedantic:
warning: comma at end of enumerator list svn path=/trunk/; revision=9383
Diffstat (limited to 'packet-wsp.c')
-rw-r--r--packet-wsp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-wsp.c b/packet-wsp.c
index 3430fdba34..6d059a185c 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.98 2003/12/19 20:16:04 obiot Exp $
+ * $Id: packet-wsp.c,v 1.99 2003/12/21 04:31:57 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1178,23 +1178,23 @@ static const value_string vals_false_true[] = {
enum {
WSP_PDU_RESERVED = 0x00,
WSP_PDU_CONNECT = 0x01,
- WSP_PDU_CONNECTREPLY = 0x02,
+ WSP_PDU_CONNECTREPLY = 0x02,
WSP_PDU_REDIRECT = 0x03, /* No sample data */
WSP_PDU_REPLY = 0x04,
WSP_PDU_DISCONNECT = 0x05,
WSP_PDU_PUSH = 0x06, /* No sample data */
- WSP_PDU_CONFIRMEDPUSH = 0x07, /* No sample data */
+ WSP_PDU_CONFIRMEDPUSH = 0x07, /* No sample data */
WSP_PDU_SUSPEND = 0x08, /* No sample data */
WSP_PDU_RESUME = 0x09, /* No sample data */
- WSP_PDU_GET = 0x40,
+ WSP_PDU_GET = 0x40,
WSP_PDU_OPTIONS = 0x41, /* No sample data */
WSP_PDU_HEAD = 0x42, /* No sample data */
WSP_PDU_DELETE = 0x43, /* No sample data */
WSP_PDU_TRACE = 0x44, /* No sample data */
WSP_PDU_POST = 0x60,
- WSP_PDU_PUT = 0x61, /* No sample data */
+ WSP_PDU_PUT = 0x61 /* No sample data */
};