aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss16-41/+9
2012-09-18Trivial typo/copy-and-paste comment fix.Chris Maynard1-1/+1
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman5-0/+115
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-25From Rishie Sharma:Anders Broman3-2/+90
2012-07-22Get rid of not needed includesAnders Broman1-3/+0
2012-07-19Remove not needed includes.Anders Broman1-3/+0
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus2-2/+2
2012-07-12Add crc7 calculation abillity.Anders Broman5-3/+195
2012-06-28Update FSF address - part II.Jakub Zawadzki7-7/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki20-20/+20
2012-06-25Revert 43481: linking dftest against libui was not the problem.Jeff Morriss2-43/+0
2012-06-25Move get_args_as_string from ui/util.c into wsutil (maybe not to the bestJeff Morriss2-0/+43
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-5/+7
2012-05-22Update comments to reflect that the GLib version is no longer relevantGuy Harris1-6/+16
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-04-04Always declare getopt() with a prototype.Guy Harris1-1/+2
2012-04-04Fix compilation on Win64.Gerald Combs1-1/+1
2012-04-04Update to a version which have getopt_long(). + one fileAnders Broman1-0/+134
2012-04-04Update to a version which have getopt_long().Anders Broman3-366/+962
2012-03-13From Weston Schmidt:Anders Broman3-1/+78
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-02-17Move exec_isdigit_string() and exec_isprint_string() functions out ofStephen Fisher3-0/+54
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2012-01-21Sync checkapi target with Makefile.nmake.Michael Tüxen1-1/+2
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-1/+1
2012-01-04More C++ updates.Gerald Combs1-1/+1
2011-11-11OK, one of them was already declared; we still want to declare the otherGuy Harris1-8/+4
2011-11-11If we're exporting routines from crc32.c, declare them in crc32.h andGuy Harris2-0/+8
2011-11-03From Roland Knall via bug 6539:Stig Bjørlykke7-0/+208
2011-10-03From Michael Mann:Anders Broman4-11/+24
2011-09-21Fix ex "modeline" so it works;Bill Meier1-2/+2
2011-09-13Don't include files from epan in wsutil.Stig Bjørlykke1-1/+1
2011-09-12Move airpcap_wep.c to /wsutil CMakefile changesAnders Broman1-0/+1
2011-09-12Move airpcap_wep.c to /wsutilAnders Broman5-1/+115
2011-09-07Add Id tagAnders Broman1-0/+1
2011-08-31Lookup in correct tables. Document functions.Stig Bjørlykke2-3/+8
2011-08-31Add the new functions; crc32c_table_lookup and crc32_ccitt_table_lookup.Stig Bjørlykke1-0/+2
2011-08-31Make lookup functions for accessing crc32c_table and crc32_ccitt_table.Stig Bjørlykke3-8/+16
2011-08-31Try declaring tables with WS_VAR_IMPORT.Stig Bjørlykke1-2/+2
2011-08-31Add missing crc16_plain_update and crc_drm.Stig Bjørlykke1-0/+6
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke15-0/+1073
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke17-1434/+0
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke17-0/+1434
2011-08-17From Gisle Vanem:Stig Bjørlykke1-2/+3
2011-08-17From Gisle Vanem: Make sure our SetProcessDEPPolicyHandler typedefGerald Combs1-2/+3
2011-08-05Attempt to properly fix the missing path information for glib librariesJörg Mayer1-1/+1