aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ucp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-26 09:05:49 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-26 09:05:49 +0000
commit3dc8543628c5f17d9b5b4b87f06f24e8784d9a57 (patch)
tree3ddb393089c40bab7a5a1160bbe2456b18afabb7 /packet-ucp.c
parent57e6b9d7517679fa6f8c8d007365ba48c8a13415 (diff)
From Tom Uijldert: fix some fields to use the appropriate value_string
tables. svn path=/trunk/; revision=7942
Diffstat (limited to 'packet-ucp.c')
-rw-r--r--packet-ucp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ucp.c b/packet-ucp.c
index 2042505f73..c3fbc3de2b 100644
--- a/packet-ucp.c
+++ b/packet-ucp.c
@@ -2,7 +2,7 @@
* Routines for Universal Computer Protocol dissection
* Copyright 2001, Tom Uijldert <tom.uijldert@cmg.nl>
*
- * $Id: packet-ucp.c,v 1.19 2002/08/28 21:00:36 jmayer Exp $
+ * $Id: packet-ucp.c,v 1.20 2003/06/26 09:05:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2079,7 +2079,7 @@ proto_register_ucp(void)
},
{ &hf_ucp_parm_R_T,
{ "R_T", "ucp.parm.R_T",
- FT_STRING, BASE_NONE, NULL, 0x00,
+ FT_UINT8, BASE_DEC, VALS(vals_parm_R_T), 0x00,
"Message number.",
HFILL
}