aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 10:12:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 10:12:15 +0000
commit3f625c283e4ece33e6444f449496ef220f49f0c6 (patch)
tree72145ba88eaa0f88b157c8095c0dba6a99a5a8fb /epan/gcp.h
parentd00c2baf5c74dc2e7c678578601795b3fc53e494 (diff)
From Kovarththanan Rajaratnam:
More header field info cleanup svn path=/trunk/; revision=28975
Diffstat (limited to 'epan/gcp.h')
-rw-r--r--epan/gcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/gcp.h b/epan/gcp.h
index 5ed5575e7a..e0532a27ab 100644
--- a/epan/gcp.h
+++ b/epan/gcp.h
@@ -215,6 +215,6 @@ extern gchar* gcp_msg_to_str(gcp_msg_t* m, gboolean persistent);
{ &(gi.hf.ctx_term_type), { "Type", n ".ctx.term.type", FT_UINT32, BASE_HEX, VALS(gcp_term_types), 0, NULL, HFILL }}, \
{ &(gi.hf.ctx_term_bir), { "BIR", n ".ctx.term.bir", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }}, \
{ &(gi.hf.ctx_term_nsap), { "NSAP", n ".ctx.term.nsap", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }}, \
- { &(gi.hf.ctx_cmd), { "Command in Frame", n ".ctx.cmd", FT_FRAMENUM, BASE_DEC, NULL, 0, NULL, HFILL }}
+ { &(gi.hf.ctx_cmd), { "Command in Frame", n ".ctx.cmd", FT_FRAMENUM, BASE_NONE, NULL, 0, NULL, HFILL }}
#endif