aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Add a tvbuff version of crc6_compute().Guy Harris1-0/+2
2014-08-08Clean up the CRC-10 code.Guy Harris1-0/+2
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+2
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-0/+1
2014-05-31Move the definitions of OUI value_strings to epan/oui.c.Guy Harris1-0/+1
2014-05-31Split off the dissectors for 802.3 "slow protocols".Guy Harris1-0/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-23Add a dissector table for EAPOL Key Descriptor types.Guy Harris1-0/+1
2014-03-21Add debug printing functions for conversations, sip, sdp, rtpHadriel Kaplan1-0/+1
2014-03-12Fix indent (Remove space and use tabs)Alexis La Goutte1-3/+3
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann1-4/+0
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