aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-10-04 18:53:35 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-10-04 18:53:35 +0000
commit3316585afb59c7f1a35d45854925af9cc57ea59e (patch)
tree5c73025232727f716b9afe9fdeef7e330484568c /epan
parentb3f8f54079dbf43d288d5ebb616e9a5c6e653689 (diff)
Make custom IMF headers a part of profiles.
svn path=/trunk/; revision=39253
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-imf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-imf.c b/epan/dissectors/packet-imf.c
index 80bb77bcfd..6e4c3b0e26 100644
--- a/epan/dissectors/packet-imf.c
+++ b/epan/dissectors/packet-imf.c
@@ -1060,7 +1060,7 @@ proto_register_imf(void)
uat_t *headers_uat = uat_new("Custom IMF headers",
sizeof(header_field_t),
"imf_header_fields",
- FALSE,
+ TRUE,
(void*) &header_fields,
&num_header_fields,
UAT_CAT_GENERAL,