aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ftam/packet-ftam-template.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-24 01:40:54 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-24 01:40:54 +0000
commitf8166804a897be6fc5cc550faefd3738878e95ba (patch)
tree3bc9b80c9671822d006e1c37cc254564949b7a27 /asn1/ftam/packet-ftam-template.c
parent96079919f58c895b9cd3126b490a24dde648a4a8 (diff)
From Kovarththanan Rajaratnam:
More asn1/* header field info cleanup svn path=/trunk/; revision=28826
Diffstat (limited to 'asn1/ftam/packet-ftam-template.c')
-rw-r--r--asn1/ftam/packet-ftam-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/ftam/packet-ftam-template.c b/asn1/ftam/packet-ftam-template.c
index 2327d14c69..49d4546bdb 100644
--- a/asn1/ftam/packet-ftam-template.c
+++ b/asn1/ftam/packet-ftam-template.c
@@ -126,10 +126,10 @@ void proto_register_ftam(void) {
{
{ &hf_ftam_unstructured_text,
{ "ISO FTAM unstructured text", "ftam.unstructured_text", FT_STRING,
- BASE_DEC, NULL, 0x0, "ISO FTAM unstructured text", HFILL } },
+ BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_ftam_unstructured_binary,
{ "ISO FTAM unstructured binary", "ftam.unstructured_binary", FT_BYTES,
- BASE_DEC, NULL, 0x0, "ISO FTAM unstructured binary", HFILL } },
+ BASE_NONE, NULL, 0x0, NULL, HFILL } },
#include "packet-ftam-hfarr.c"
};