diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2012-03-30 08:57:57 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2012-03-30 08:57:57 +0000 |
commit | 019008548bbaf3f575469c3c8f917a1b59331e12 (patch) | |
tree | 3906023cb44520e084508998a714584fe01f6153 /epan/uat.h | |
parent | eb262d2cc2cf5db5176bea81a815efe67e9e682f (diff) | |
download | wireshark-019008548bbaf3f575469c3c8f917a1b59331e12.tar.gz wireshark-019008548bbaf3f575469c3c8f917a1b59331e12.tar.bz2 wireshark-019008548bbaf3f575469c3c8f917a1b59331e12.zip |
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/uat.h')
-rw-r--r-- | epan/uat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/uat.h b/epan/uat.h index 53806ab9fa..50446ca0c2 100644 --- a/epan/uat.h +++ b/epan/uat.h @@ -226,6 +226,7 @@ typedef struct _uat_field_t { #define UAT_CAT_PORTS "Port Assignments" #define UAT_CAT_CRYPTO "Decryption" #define UAT_CAT_FFMT "File Formats" +#define UAT_CAT_FIELDS "Header Fields" /** Create a new uat * |