aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-20 08:16:11 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-20 08:16:11 +0000
commit4dc36487cf35cd242d83e2901584e40255b23fa5 (patch)
treeac73ba9f8220c720cc9c550402a921cdd7cf8511 /packet-wsp.c
parentfcdd6c7e46bc17803d2db96cf869b1410bd459f6 (diff)
Assume that Bearer-indication values are bearer types.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3748 f5534014-38df-0310-8fa8-9805f1628bb7
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
}
},