aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-22 12:06:36 +0100
committerEvan Huus <eapache@gmail.com>2014-12-22 15:23:25 +0000
commitf8720a6e4430e8a834e4fc1b86dc0a13b7b92171 (patch)
treed06ea9e80dfec18645c942fbe3d4b954a187a000 /epan/dissectors/Makefile.common
parent414701dfcb8b5be175c288753b7dd1b20f61b25f (diff)
ANSI MAP: Remove from Dirty ASN1 list
Change-Id: I192c447919ee9c3f430f058c2e5285501af962bf Reviewed-on: https://code.wireshark.org/review/5977 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 8fa5bab6cb..cf5c8382c3 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -93,6 +93,7 @@ PIDL_DISSECTOR_INCLUDES = \
# asn2wrs-generated ASN.1 dissectors without warnings.
#
ASN1_DISSECTOR_SRC = \
+ packet-ansi_map.c \
packet-acp133.c \
packet-acse.c \
packet-ansi_tcap.c \
@@ -195,7 +196,6 @@ ASN1_DISSECTOR_SRC = \
# asn2wrs-generated ASN.1 dissectors with warnings.
# and idl2wrs-generated dissectors
DIRTY_ASN1_DISSECTOR_SRC = \
- packet-ansi_map.c \
packet-coseventcomm.c \
packet-cosnaming.c \
packet-gsm_map.c \