aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-27 18:21:57 +0000
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-27 18:21:57 +0000
commit9acae68ea5107b2959c47eca58cadb1e90dcfe8a (patch)
tree388d0bd507ef9463e6db35e7755453f2dc6e324b /epan/dissectors/Makefile.common
parentd05e872f3c2c44ec48704118fe0d1b976675d40b (diff)
From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6060
New dissectors: (UA) Universal Alcatel Protocol and transport UAUDP From me : * Prefer proto_tree_add_item (when is possible) * Use 4-space indenting * Add Modeline information * Fix Clang Warning git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39167 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 6dd552763c..0a8c1b1b9a 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -959,6 +959,8 @@ DISSECTOR_SRC = \
packet-turnchannel.c \
packet-tuxedo.c \
packet-tzsp.c \
+ packet-ua.c \
+ packet-uaudp.c \
packet-ucp.c \
packet-udld.c \
packet-udp.c \