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>
This commit is contained in:
Guy Harris 2015-02-18 20:33:49 -08:00
parent 58f7788701
commit 7d66c257bf
2 changed files with 2 additions and 2 deletions

View File

@ -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
)

View File

@ -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)