aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2012-02-28OK, to heck with it - link reassemble_test with libwireshark. Trying toGuy Harris1-8/+8
2012-02-28reassemble_test now requires mark_frame_as_depended_upon(), so itGuy Harris1-1/+1
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-1/+6
2011-10-16From Eliot:Anders Broman1-0/+8
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-3/+3
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-3/+3
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-3/+3
2011-07-03Fix one more undefined reference to `EBCDIC_to_ASCII'Jakub Zawadzki1-1/+1
2011-07-03Fix: tvbuff.obj : error LNK2019: unresolved external symbol _EBCDIC_to_ASCII ...Jakub Zawadzki1-1/+1
2011-06-11Do the Python embedding similarly to other "default = yes, if available"Guy Harris1-1/+1
2011-06-06Add links to libtool's recommendations for library versions.Gerald Combs1-0/+1
2011-06-06From Michael Mann:Anders Broman1-8/+1
2011-06-04Reorganize dumpabi targets to keep temporary filesBalint Reczey1-2/+3
2011-06-04Dump ABI using all header files related to libwiresharkBalint Reczey1-1/+6
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey1-0/+10
2011-05-13Make it work when we have pluginsJeff Morriss1-3/+1
2011-05-13Don't try to export the plugin symbols if we're not building with plugins.Jeff Morriss1-0/+10
2011-01-07declare_wslua.h is built, so we need to also search in the wslua build direct...Jeff Morriss1-3/+3
2010-12-09revert commit 35160 (filter out wlua_plugin_list from libwireshark.sym when c...Balint Reczey1-6/+0
2010-12-08filter out wlua_plugin_list from libwireshark.sym when compiling without LuaBalint Reczey1-0/+6
2010-12-07Make libtool export only symbols listed in *.def filesBalint Reczey1-2/+4
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...Jeff Morriss1-0/+3
2010-11-29Move some checkapi targets into Makefile.commonJeff Morriss1-3/+0
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-0/+1
2010-05-29Remove a couple more references to the optional objects (that are now in wsutil)Jeff Morriss1-2/+2
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-12/+0
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-1/+2
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich1-0/+1
2010-02-27tvbtest needs bytes_to_str() and bytes_to_str_punct(), and they're nowGuy Harris1-1/+1
2010-02-24Add new to_str.o/obj dependency to reassemble_test targetKovarththanan Rajaratnam1-1/+1
2009-10-11Move make-sminmpec.pl to tools directoryKovarththanan Rajaratnam1-3/+2
2009-08-21List the new DOCSIS dissector file here as well.Jaap Keuter1-0/+1
2009-08-07* Tue May 26 2009 cmorve69@yahoo.esJörg Mayer1-1/+3
2009-05-29python binding for wireshark (first commit)Sebastien Tandel1-5/+16
2009-03-18Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],Gerald Combs1-5/+5
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
2008-10-30From Marc Moussali:Anders Broman1-1/+1
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs1-2/+3
2008-09-19(Temporarily?) Put libwireshark_la_DEPENDENCIES back: it seems to allow inet_...Jeff Morriss1-0/+7
2008-09-16Link libwireshark and wiretap against libwsutil. That was the original intentJeff Morriss1-7/+3
2008-08-26Give macros and libraries names that imply that clean dissectors are theGuy Harris1-6/+4
2008-08-08Add support for c-ares to the GNU toolchain.Gerald Combs1-1/+1
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv replacem...Jeff Morriss1-1/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3