aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-02-18 20:33:49 -0800
committerGuy Harris <guy@alum.mit.edu>2015-02-19 04:34:22 +0000
commit7d66c257bf60ac8005e52b26b01e7ae9f79e0a4d (patch)
tree88131589032d410c81aecc2bdcd1b78ace20d894
parent58f7788701525878da2e282f5774447b77483d1a (diff)
That's not an ASN.1 dissector (and gets warnings).
Change-Id: I55b49080c64a44c1e5752ab986cb6b27772d14db Reviewed-on: https://code.wireshark.org/review/7248 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/CMakeLists.txt2
-rw-r--r--epan/dissectors/Makefile.common2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index fbb7d8559c..f70fddc57a 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -279,7 +279,6 @@ set(ASN1_DISSECTOR_SRC
dissectors/packet-t124.c
dissectors/packet-t125.c
dissectors/packet-t38.c
- dissectors/packet-tango.c
dissectors/packet-tetra.c
dissectors/packet-ulp.c
dissectors/packet-wlancertextn.c
@@ -297,6 +296,7 @@ set(DIRTY_ASN1_DISSECTOR_SRC
dissectors/packet-parlay.c
dissectors/packet-pkcs12.c
dissectors/packet-snmp.c
+ dissectors/packet-tango.c
dissectors/packet-tcap.c
)
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 52694f8673..3badc5b751 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -187,7 +187,6 @@ ASN1_DISSECTOR_SRC = \
packet-t124.c \
packet-t125.c \
packet-t38.c \
- packet-tango.c \
packet-tetra.c \
packet-ulp.c \
packet-wlancertextn.c \
@@ -208,6 +207,7 @@ DIRTY_ASN1_DISSECTOR_SRC = \
packet-parlay.c \
packet-pkcs12.c \
packet-snmp.c \
+ packet-tango.c \
packet-tcap.c \
$(CUSTOM_DIRTY_ASN1_DISSECTOR_SRC)