Remove the P1 dissector from the dirty dissectors list.
authorGuy Harris <guy@alum.mit.edu>
Tue, 23 Jun 2015 18:29:46 +0000 (11:29 -0700)
committerGuy Harris <guy@alum.mit.edu>
Tue, 23 Jun 2015 18:30:30 +0000 (18:30 +0000)
It was already added to the clean dissectors list, but wasn't removed
from the dirty dissectors list, so it was built twice and linked in
twice, and hilarity ensued.

Change-Id: Ic4636f17b61e619546dc21a04ebbaace0296d583
Reviewed-on: https://code.wireshark.org/review/9067
Reviewed-by: Guy Harris <guy@alum.mit.edu>
epan/dissectors/Makefile.common

index e4ec4f68f0092ae5bbc391ac04856d8bfb4393de..6f08a14dd670759a25cf4d688392add09fcf902b 100644 (file)
@@ -208,7 +208,6 @@ CORBA_IDL_DISSECTOR_SRC =
 # asn2wrs-generated ASN.1 dissectors with warnings.
 #
 DIRTY_ASN1_DISSECTOR_SRC = \
-       packet-p1.c     \
        packet-snmp.c   \
        packet-tcap.c   \
        $(CUSTOM_DIRTY_ASN1_DISSECTOR_SRC)