aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2012-03-30 08:57:57 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2012-03-30 08:57:57 +0000
commit019008548bbaf3f575469c3c8f917a1b59331e12 (patch)
tree3906023cb44520e084508998a714584fe01f6153 /epan/dissectors/packet-imf.c
parenteb262d2cc2cf5db5176bea81a815efe67e9e682f (diff)
Recreate the packet list when changing UAT for header fields.
This fixes a crash when changing settings for fields used as a custom column. svn path=/trunk/; revision=41840
Diffstat (limited to 'epan/dissectors/packet-imf.c')
-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 3985fadcd3..b9c69654eb 100644
--- a/epan/dissectors/packet-imf.c
+++ b/epan/dissectors/packet-imf.c
@@ -1216,7 +1216,7 @@ proto_register_imf(void)
TRUE,
(void*) &header_fields,
&num_header_fields,
- UAT_CAT_GENERAL,
+ UAT_CAT_FIELDS,
NULL,
header_fields_copy_cb,
header_fields_update_cb,