From df245bc47f9228c1cf242cbf2aa9ce756cb3936b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 20 Jul 2001 08:16:11 +0000 Subject: [PATCH] Assume that Bearer-indication values are bearer types. svn path=/trunk/; revision=3748 --- packet-wsp.c | 7 ++++--- 1 file 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 @@ -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 } },