aboutsummaryrefslogtreecommitdiffstats
path: root/epan/iana_charsets.h
AgeCommit message (Collapse)AuthorFilesLines
2016-05-08Get rid of extra blank line.Guy Harris1-1/+0
Change-Id: Ibe35ee1dd8dcea5641e8cb8104c1fbf33966eca4 Reviewed-on: https://code.wireshark.org/review/15299 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-05-08Remove the MIBenum stuff from the WAP code.Guy Harris1-0/+40
MIBenum values are from an IANA registry, not a WAP specification; add <epan/iana_charsets.h> to declare the MIBenum -> Wireshark encoding mapper routine and the value_string_ext for MIBenum values, and epan/iana_charsets.c to define them. Change-Id: I6d9c82cd011bd5211c688322e6423de38e161f41 Reviewed-on: https://code.wireshark.org/review/15298 Reviewed-by: Guy Harris <guy@alum.mit.edu>