aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-20 08:16:11 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-20 08:16:11 +0000
commitdf245bc47f9228c1cf242cbf2aa9ce756cb3936b (patch)
treeac73ba9f8220c720cc9c550402a921cdd7cf8511 /packet-wsp.c
parent7ba605382caad792df41788552d39abbf2a7baed (diff)
Assume that Bearer-indication values are bearer types.
svn path=/trunk/; revision=3748
Diffstat (limited to 'packet-wsp.c')
-rw-r--r--packet-wsp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/packet-wsp.c b/packet-wsp.c
index 4333c961e4..23748746c3 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.26 2001/07/20 08:04:11 guy Exp $
+ * $Id: packet-wsp.c,v 1.27 2001/07/20 08:16:11 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3445,11 +3445,12 @@ proto_register_wsp(void)
},
{ &hf_wsp_header_bearer_indication,
/*
- * XXX - what do the values mean?
+ * XXX - I'm assuming that the bearer indication is
+ * just a bearer type.
*/
{ "Bearer-indication",
"wsp.header.bearer_indication",
- FT_UINT32, BASE_DEC, NULL, 0x00,
+ FT_UINT32, BASE_HEX, VALS(vals_bearer_types), 0x00,
"Bearer-indication", HFILL
}
},