aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-05-31 20:37:46 +0000
committerMichael Mann <mmann78@netscape.net>2013-05-31 20:37:46 +0000
commit81820b20ce367cbff3f4bb79dd13df9b347206f1 (patch)
tree468c70ddcdf0d48c61917cc84d7281a5db624b0a /epan/dissectors/Makefile.common
parent7d17d600b56d4898e41f1120652bfa1c7ba147da (diff)
Add UDT dissector. Bug 8741 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8741)
From Chas Williams svn path=/trunk/; revision=49654
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 33a4339fe5..8265172ba6 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -1131,6 +1131,7 @@ DISSECTOR_SRC = \
packet-ucp.c \
packet-udld.c \
packet-udp.c \
+ packet-udt.c \
packet-uhd.c \
packet-uma.c \
packet-umts_fp.c \