aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-05-08 14:15:02 -0700
committerGuy Harris <guy@alum.mit.edu>2016-05-08 21:15:43 +0000
commitd4339c6fbdc3a44d9002afa0d007a4f3683d5694 (patch)
tree659cae2362cfd75cb95f6ba655a04fb04016fdfc /epan/CMakeLists.txt
parentb9368fcdb8226ff55365e85a71b0a581faf8c6c6 (diff)
Remove the MIBenum stuff from the WAP code.
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>
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index fec80d289a..1e17bbadc1 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -125,6 +125,7 @@ set(LIBWIRESHARK_FILES
geoip_db.c
golay.c
guid-utils.c
+ iana_charsets.c
in_cksum.c
ipproto.c
ipv4.c