aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2011-10-16From Eliot:etxrab1-0/+8
2011-08-31Second try to move crc routines to libwsutil.stig1-3/+3
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-3/+3
2011-08-30Move all crc routines to libwsutil.stig1-3/+3
2011-07-03Fix one more undefined reference to `EBCDIC_to_ASCII'darkjames1-1/+1
2011-07-03Fix: tvbuff.obj : error LNK2019: unresolved external symbol _EBCDIC_to_ASCII ...darkjames1-1/+1
2011-06-11Do the Python embedding similarly to other "default = yes, if available"guy1-1/+1
2011-06-06Add links to libtool's recommendations for library versions.gerald1-0/+1
2011-06-06From Michael Mann:etxrab1-8/+1
2011-06-04Reorganize dumpabi targets to keep temporary filesrbalint1-2/+3
2011-06-04Dump ABI using all header files related to libwiresharkrbalint1-1/+6
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.rbalint1-0/+10
2011-05-13Make it work when we have pluginsmorriss1-3/+1
2011-05-13Don't try to export the plugin symbols if we're not building with plugins.morriss1-0/+10
2011-01-07declare_wslua.h is built, so we need to also search in the wslua build direct...morriss1-3/+3
2010-12-09revert commit 35160 (filter out wlua_plugin_list from libwireshark.sym when c...rbalint1-6/+0
2010-12-08filter out wlua_plugin_list from libwireshark.sym when compiling without Luarbalint1-0/+6
2010-12-07Make libtool export only symbols listed in *.def filesrbalint1-2/+4
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...morriss1-0/+3
2010-11-29Move some checkapi targets into Makefile.commonmorriss1-3/+0
2010-06-30Add Visual C++ project files to the distribution.gerald1-0/+1
2010-05-29Remove a couple more references to the optional objects (that are now in wsutil)morriss1-2/+2
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-12/+0
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.morriss1-1/+2
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used ingirlich1-0/+1
2010-02-28Added svn:ignore targets.stig1-1/+1
2010-02-24Add new to_str.o/obj dependency to reassemble_test targetkrj1-1/+1
2009-10-11Move make-sminmpec.pl to tools directorykrj1-3/+2
2009-08-21List the new DOCSIS dissector file here as well.jake1-0/+1
2009-08-07* Tue May 26 2009 cmorve69@yahoo.esjmayer1-1/+3
2009-05-29python binding for wireshark (first commit)standel1-5/+16
2009-03-18Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],gerald1-5/+5
2009-02-22Incorporate plugin dissector into build in collection.jake1-1/+0
2009-02-22Incorporate plugin dissector into build in collection.jake1-1/+0
2009-02-22Incorporate plugin dissector into build in collection.jake1-1/+0
2009-02-22Incorporate plugin dissector into build in collection.jake1-1/+0
2009-02-22Incorporate plugin dissector into build in collection.jake1-1/+0
2009-02-22Incorporate plugin dissector into build in collection.jake1-1/+0
2009-02-21Incorporate plugin dissector into build in collection.jake1-1/+0
2008-10-30From Marc Moussali:etxrab1-1/+1
2008-10-27Add support for the GeoIP library. Using different database files,gerald1-2/+3
2008-09-19(Temporarily?) Put libwireshark_la_DEPENDENCIES back: it seems to allow inet_...morriss1-0/+7
2008-09-16Link libwireshark and wiretap against libwsutil. That was the original intentmorriss1-7/+3
2008-08-26Give macros and libraries names that imply that clean dissectors are theguy1-6/+4
2008-08-08Add support for c-ares to the GNU toolchain.gerald1-1/+1
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv replacem...morriss1-1/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy1-0/+3
2008-06-24Make inet_ntop fix work for out-of-tree buildsmorriss1-2/+2
2008-06-24Fix *NIX builds where we need our own inet_pton.c or inet_ntop.c . This shou...morriss1-2/+10
2008-06-04Get rid of one extra reference for our own g_ascii_strtoull().guy1-2/+2