Move packet-kerberos to ASN1 dissector

Change-Id: Ib4c97cb654b744bdc65155a0f97b3e944486fc30
Reviewed-on: https://code.wireshark.org/review/1200
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Alexis La Goutte 2014-04-18 21:42:08 +02:00 committed by Stig Bjørlykke
parent 79b401b7f4
commit 0601a8b54a
2 changed files with 2 additions and 2 deletions

View File

@ -226,6 +226,7 @@ set(ASN1_DISSECTOR_SRC
dissectors/packet-ilp.c
dissectors/packet-inap.c
dissectors/packet-isdn-sup.c
dissectors/packet-kerberos.c
dissectors/packet-lcsap.c
dissectors/packet-logotypecertextn.c
dissectors/packet-lpp.c
@ -851,7 +852,6 @@ set(DISSECTOR_SRC
dissectors/packet-kafka.c
dissectors/packet-kdp.c
dissectors/packet-kdsp.c
dissectors/packet-kerberos.c
dissectors/packet-kerberos4.c
dissectors/packet-kingfisher.c
dissectors/packet-kink.c

View File

@ -138,6 +138,7 @@ ASN1_DISSECTOR_SRC = \
packet-ilp.c \
packet-inap.c \
packet-isdn-sup.c \
packet-kerberos.c \
packet-lcsap.c \
packet-logotypecertextn.c \
packet-lpp.c \
@ -203,7 +204,6 @@ DIRTY_ASN1_DISSECTOR_SRC = \
packet-cosnaming.c \
packet-gprscdr.c \
packet-gsm_map.c \
packet-kerberos.c \
packet-ldap.c \
packet-m3ap.c \
packet-p1.c \