aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-elf.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-11-26 20:41:16 -0500
committerBill Meier <wmeier@newsguy.com>2014-11-27 01:44:00 +0000
commit44693468b255f4005d006b88238c99c0ec315f08 (patch)
treeb05306749ec2b83e801362c1ef3ce6e4ab5a6972 /epan/dissectors/file-elf.c
parentc28f280c1d2cd9674d2d72e6ab3cf0257c69229e (diff)
Fix a number of dup hf[] filter-names probably mostly resulting from cut/paste errs
Change-Id: Id658b9e1803b2f5b92e711a3ce981ff602333d98 Reviewed-on: https://code.wireshark.org/review/5513 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/file-elf.c')
-rw-r--r--epan/dissectors/file-elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/file-elf.c b/epan/dissectors/file-elf.c
index 6f5288709f..a5086f3df0 100644
--- a/epan/dissectors/file-elf.c
+++ b/epan/dissectors/file-elf.c
@@ -2123,7 +2123,7 @@ proto_register_elf(void)
"A 1 byte value that identifies the version number of the frame information structure. This value shall be 1.", HFILL }
},
{ &hf_elf_eh_frame_augmentation_string,
- { "Augmentation String", "elf.eh_frame.version",
+ { "Augmentation String", "elf.eh_frame.augmentation_string",
FT_STRINGZ, BASE_NONE, NULL, 0x00,
"This value is a NUL terminated string that identifies the augmentation to the CIE or to the FDEs associated with this CIE. A zero length string indicates that no augmentation data is present. The augmentation string is case sensitive.", HFILL }
},