Wireshark-dev: Re: [Wireshark-dev] reassembly.c: fragment_set_partial_reassembly() for fragment
Anders Broman wrote:
Committed revision 20888.
Without the makefile changes to build the test program as
I can't test it on Windows.
Thanks Anders. Is there anyone who can test this, please?
I've attached the missing part of the patch.
--
Richard van der Hoff <richardv@xxxxxxxxxxxxx>
Telephony Gateways Project Manager
Tel: +44 (0) 845 666 7778
http://www.mxtelecom.com
Index: epan/Makefile.am
===================================================================
--- epan/Makefile.am (.../svn+ssh://svn/svn-ethereal/mirror/ethereal/trunk) (revision 12016)
+++ epan/Makefile.am (working copy)
@@ -75,6 +75,7 @@
make-sminmpec.pl \
radius_dict.l \
tvbtest.c \
+ reassemble_test.c \
uat_load.l \
exntest.c \
doxygen.cfg.in
@@ -104,6 +105,9 @@
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