aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-02-27 06:25:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-02-27 06:25:07 +0000
commitc637027427d3cccfdf079f81e0be4a9435bfd517 (patch)
tree01c48aac3a834bc17e132f92ee58d52c4c53db92 /epan
parentcf13f56dc8a74bd47e60f3ff37664c8321db715c (diff)
From Richard van der Hoff:
- Registers H.223 as a dissector for RTP CLEARMODE payloads - and makes some other modifications to the H.223 dissector to make this work correctly. -Allows a standalone binary, epan/reassemble_test, to be built; this can be run from the commandline and should end up printing out "success" if all goes well. svn path=/trunk/; revision=20935
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index c30737cadb..9851b3e859 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -75,6 +75,7 @@ EXTRA_DIST = \
make-sminmpec.pl \
radius_dict.l \
tvbtest.c \
+ reassemble_test.c \
uat_load.l \
exntest.c \
doxygen.cfg.in
@@ -104,6 +105,9 @@ MAINTAINERCLEANFILES = \
libwireshark_la_LIBADD = @G_ASCII_STRTOULL_LO@ @INET_ATON_LO@ @INET_PTON_LO@ @INET_NTOP_LO@ crypt/libairpdcap.la ftypes/libftypes.la dfilter/libdfilter.la dissectors/libdissectors.la $(wslua_lib) @ADNS_LIBS@ @LIBGNUTLS_LIBS@ @LIBICONV@ @KRB5_LIBS@ @SNMP_LIBS@ @SSL_LIBS@ -lm
libwireshark_la_DEPENDENCIES = @G_ASCII_STRTOULL_LO@ @INET_ATON_LO@ @INET_PTON_LO@ @INET_NTOP_LO@ crypt/libairpdcap.la ftypes/libftypes.la dfilter/libdfilter.la dissectors/libdissectors.la $(wslua_lib)
+EXTRA_PROGRAMS = reassemble_test
+reassemble_test_LDADD = $(GLIB_LIBS) libwireshark.la
+
tvbtest: tvbtest.o tvbuff.o except.o strutil.o emem.o
$(LINK) $^ $(GLIB_LIBS) -lz