aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-11-11 13:23:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-11-11 13:23:17 +0000
commit405be3098f5568455f65607cc2c9e86b47527af2 (patch)
tree9f121d16ed895f1d972c08692803c9d949bc01ce /epan/dissectors/Makefile.common
parentde5a407bbbd24a7ee6057588714f53ed709f1f30 (diff)
From Valery Sigalov:
New dissector for TPNCP protocol. http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1853 svn path=/trunk/; revision=23428
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 6b4ce2ec42..11be55beba 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -412,7 +412,7 @@ CLEAN_DISSECTOR_SRC = \
packet-gvrp.c \
packet-h1.c \
packet-h221_nonstd.c \
- packet-h223.c \
+ packet-h223.c \
packet-h248_annex_c.c \
packet-h248_annex_e.c \
packet-h248_3gpp.c \
@@ -716,6 +716,7 @@ CLEAN_DISSECTOR_SRC = \
packet-tnef.c \
packet-tns.c \
packet-tpkt.c \
+ packet-tpncp.c \
packet-tr.c \
packet-trmac.c \
packet-tsp.c \