aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-05-18 05:44:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-05-18 05:44:12 +0000
commit443d4bf1c162aa268289cdd1127d237530edcc94 (patch)
tree073f2e22a488a8479fbf8e5e35bfa2aeff4e93db /epan/dissectors/Makefile.common
parent21a7cb78685502db903fc2655efac55b69d5c56d (diff)
Add a dissector for h221 nonstandard data which can easily be expanded with publically avalable data or
replaced by a propriatary one. svn path=/trunk/; revision=14392
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 959f470650..3c67ccc94c 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -286,6 +286,7 @@ DISSECTOR_SRC = \
packet-gtp.c \
packet-gvrp.c \
packet-h1.c \
+ packet-h221_nonstd.c \
packet-h225.c \
packet-h235.c \
packet-h245.c \