summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-01-30 20:59:39 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-01-30 20:59:39 +0000
commit7a16aeaf058e50c0247570727fd498a505a3cdbe (patch)
treead874fd91007c679c70b0df7706a79c43bb93755
parentd848a9081597ba192fae18394fe182ab576a1e72 (diff)
downloadwireshark-7a16aeaf058e50c0247570727fd498a505a3cdbe.tar.gz
Moved packet-t38.c to the ASN.1 section.
svn path=/trunk/; revision=35704
-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 6dc0fc22c5..ad917523cf 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -151,6 +151,7 @@ ASN1_DISSECTOR_SRC = \
packet-smrse.c \
packet-spnego.c \
packet-sv.c \
+ packet-t38.c \
packet-ulp.c \
packet-wlancertextn.c \
packet-x224.c \
@@ -898,7 +899,6 @@ DISSECTOR_SRC = \
packet-synphasor.c \
packet-syslog.c \
packet-t30.c \
- packet-t38.c \
packet-tacacs.c \
packet-tali.c \
packet-tapa.c \