summaryrefslogtreecommitdiff
path: root/wsutil/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2013-07-22Looks like building with -Werror in wsutil was forgotten withJörg Mayer1-0/+12
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss1-0/+2
2013-07-16Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss1-0/+1
2013-07-15Add report_err.c to cmake build.Jeff Morriss1-0/+1
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-0/+1
2013-06-26As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss1-1/+0
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-0/+2
2013-04-24dumpabi: This would create the directories in the sourcedir insteadJörg Mayer1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-3/+0
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+5
2013-02-25ABI dumps don't have to depend on config.h directlyBalint Reczey1-1/+1
2013-02-25Add dumpabi targets to CMake buildsBalint Reczey1-1/+22
2013-02-24Generate abi-descriptor.xml-s in CMake buildsBalint Reczey1-0/+7
2013-02-23Set library versions in CMake buildsBalint Reczey1-0/+1
2013-01-15Add crash_info.cGuy Harris1-0/+1
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman1-0/+1
2012-08-02Back out an inadvertent change in r44194.Gerald Combs1-2/+1
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+2
2012-07-12Add crc7 calculation abillity.Anders Broman1-0/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-03From Roland Knall via bug 6539:Stig Bjørlykke1-0/+1
2011-09-12Move airpcap_wep.c to /wsutil CMakefile changesAnders Broman1-0/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-0/+6
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-7/+0
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-0/+7
2011-08-05Attempt to properly fix the missing path information for glib librariesJörg Mayer1-1/+1
2011-08-05Use GLIB2_LDFLAGS instead of GLIB2_LIBRARIES for wsutil, since itGerald Combs1-1/+1
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-29Put the optional objects in EXTRA..SOURCES instead of EXTRA_DIST.Jeff Morriss1-4/+4
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-0/+7
2010-03-18cmake changes:Jörg Mayer1-0/+1
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-5/+9
2009-09-23Hopefully fix wsutil build on OSX.Jörg Mayer1-0/+6
2009-08-30On Windows a shared library in divided into a DLL part (RUNTIME) and an impor...Kovarththanan Rajaratnam1-2/+5
2009-06-16OK, so my last commit message was too optimistic - I was usingJörg Mayer1-7/+12
2009-06-15CMake now successfully builds dumpcapJörg Mayer1-0/+38