aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
2013-12-21Move epan/base64.[ch] to wsutil/ with function name change.Jakub Zawadzki1-2/+0
2013-12-21Move base64_to_tvb() to tvbuff_base64.cJakub Zawadzki1-0/+1
2013-12-15Fix build with CMake (Missing dvb_chartbl.c...) Fix indent also in Makefile.c...Alexis La Goutte1-2/+2
2013-12-15as requested, move the functions/defines for DVB character tablesMartin Kaiser1-0/+2
2013-12-08Add more LINUX_AF_* values, create value_string_ext for them. Use it in netli...Jakub Zawadzki1-0/+1
2013-12-06Move tvb_uncompress() to tvbuff_zlib.cJakub Zawadzki1-0/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-2/+0
2013-12-01Move codecs.[ch] out of epan and into codecs directory.Michael Mann1-2/+0
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-1/+3
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-2/+0
2013-11-16Move bitswap.[ch] from epan to wsutil.Jakub Zawadzki1-2/+0
2013-11-09Move adler32 from epan/ to wsutil/Jakub Zawadzki1-2/+0
2013-11-09Put "private" to_str.c functions to to_str-int.hJakub Zawadzki1-0/+1
2013-10-23From Michal Labedzki viaEvan Huus1-0/+2
2013-10-18Forgot in the previous checkin.Jörg Mayer1-1/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+0
2013-07-31Move composite tvbuff to seperate file (with some subtle changes).Jakub Zawadzki1-0/+1
2013-07-30Add app_mem_usage.h.Guy Harris1-1/+2
2013-07-30Add missing includes.Anders Broman1-0/+1
2013-07-30Building app_mem_usage fails on *nix, missing include(s)?Anders Broman1-2/+0
2013-07-30Add a routine to get application memory usage to epan.Anders Broman1-0/+2
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-0/+1
2013-07-16Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss1-2/+0
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-2/+0
2013-07-14Move tvb real and subset implementations to seperate files.Jakub Zawadzki1-0/+2
2013-07-12ps.h got moved to epan.Guy Harris1-0/+1
2013-07-12Move the print modules into epan.Jeff Morriss1-3/+6
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-0/+2
2013-07-11Move some more modules into epan.Jeff Morriss1-0/+4
2013-07-10Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make...Chris Maynard1-0/+2
2013-06-26As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss1-0/+2
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-2/+0
2013-06-23Small whitespace fixesJörg Mayer1-14/+14
2013-05-06Add missing files.Anders Broman1-0/+1
2013-05-05Add the abillity to export PDU:s to file using a USER_DLT adding meta data be...Anders Broman1-0/+1
2013-03-10Actually remove slab.h from the makefile.Evan Huus1-1/+0
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-0/+2
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris1-3/+3
2013-02-05Fix for previous changes.Guy Harris1-2/+2
2013-02-05Don't distribute the results of running Lemon, as we distribute LemonGuy Harris1-27/+15
2012-08-03Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it inGuy Harris1-0/+1
2012-05-23Add conv_id.hAnders Broman1-2/+3
2012-01-14Ed Beroset <beroset@mindspring.com> via bug 5531Jörg Mayer1-1/+1
2011-09-08From Edwin Groothuis via bug 6207:Stig Bjørlykke1-0/+2
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-12/+6
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-0/+12
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-12/+0
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-1/+0
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxGuy Harris1-0/+1
2011-05-27Add tvbuff-int.h to the list of include files.Jeff Morriss1-1/+2