Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41223: /trunk/epan/ /trunk/epan/: Makefile.am Makefile.n

Date: Tue, 28 Feb 2012 09:00:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41223

User: guy
Date: 2012/02/28 01:00 AM

Log:
 OK, to heck with it - link reassemble_test with libwireshark.  Trying to
 selectively pick up particular object files is just too much of a mess.
 
 Alas, this requires that we add some additional symbols to the list
 exported by libwireshark; the DCE RPC ones shouldn't be global, but
 reassemble_test uses them, so....
 
 Get rid of stubs in reassemble_test.c - they just stub out routines from
 libwireshark, but that's not necessary any more.

Directory: /trunk/epan/
  Changes    Path                 Action
  +8 -8      Makefile.am          Modified
  +19 -9     Makefile.nmake       Modified
  +3 -0      libwireshark.def     Modified
  +0 -50     reassemble_test.c    Modified