summaryrefslogtreecommitdiff
path: root/packet-wsp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-07 08:49:46 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-07 08:49:46 +0000
commitf859d94bada8af527a042fea80f757cffc8e5801 (patch)
tree60f38b3b443f7097941df55447163c6992806add /packet-wsp.c
parent421f1b6a6c048d0f14c68f4e5c4727540367c6f5 (diff)
downloadwireshark-f859d94bada8af527a042fea80f757cffc8e5801.tar.gz
Fix to show FN_PROFILE_WARNING14, rather than FN_PROFILE_WARNING, as
"Profile-Warning (encoding 1.4)". svn path=/trunk/; revision=4005
Diffstat (limited to 'packet-wsp.c')
-rw-r--r--packet-wsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-wsp.c b/packet-wsp.c
index 833a82afef..dbb0dcdd8f 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.39 2001/10/07 08:37:28 guy Exp $
+ * $Id: packet-wsp.c,v 1.40 2001/10/07 08:49:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -400,7 +400,7 @@ static const value_string vals_field_names[] = {
{ FN_SET_COOKIE, "Set-Cookie" },
{ FN_COOKIE, "Cookie" },
{ FN_ENCODING_VERSION, "Encoding-Version" },
- { FN_PROFILE_WARNING, "Profile-Warning (encoding 1.4)" },
+ { FN_PROFILE_WARNING14, "Profile-Warning (encoding 1.4)" },
{ FN_CONTENT_DISPOSITION14,"Content-Disposition (encoding 1.4)" },
{ FN_X_WAP_SECURITY, "X-WAP-Security" },
{ FN_CACHE_CONTROL14, "Cache-Control (encoding 1.4)" },