aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-04 18:53:35 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-04 18:53:35 +0000
commit51c3ae13325b3ff4729126b67d2e603eb490bb5b (patch)
tree5c73025232727f716b9afe9fdeef7e330484568c /epan
parentd66a43f9bed1ffb3c40a82457c243b73ec58fb56 (diff)
Make custom IMF headers a part of profiles.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39253 f5534014-38df-0310-8fa8-9805f1628bb7
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,