aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-042-2/+2
* Always declare getopt() with a prototype.Guy Harris2012-04-041-1/+2
* Fix compilation on Win64.Gerald Combs2012-04-041-1/+1
* Update to a version which have getopt_long(). + one fileAnders Broman2012-04-041-0/+134
* Update to a version which have getopt_long().Anders Broman2012-04-043-366/+962
* From Weston Schmidt:Anders Broman2012-03-133-1/+78
* CVARSDLL hasn't been used (is undefined) for a while....Bill Meier2012-02-241-1/+1
* Move exec_isdigit_string() and exec_isprint_string() functions out ofStephen Fisher2012-02-173-0/+54
* Add *.sbr files to the clean target.Anders Broman2012-01-291-1/+1
* Sync checkapi target with Makefile.nmake.Michael Tüxen2012-01-211-1/+2
* fix compile errors found by dumpabi targetBalint Reczey2012-01-191-1/+1
* More C++ updates.Gerald Combs2012-01-041-1/+1
* OK, one of them was already declared; we still want to declare the otherGuy Harris2011-11-111-8/+4
* If we're exporting routines from crc32.c, declare them in crc32.h andGuy Harris2011-11-112-0/+8
* From Roland Knall via bug 6539:Stig Bjørlykke2011-11-037-0/+208
* From Michael Mann:Anders Broman2011-10-034-11/+24
* Fix ex "modeline" so it works;Bill Meier2011-09-211-2/+2
* Don't include files from epan in wsutil.Stig Bjørlykke2011-09-131-1/+1
* Move airpcap_wep.c to /wsutil CMakefile changesAnders Broman2011-09-121-0/+1
* Move airpcap_wep.c to /wsutilAnders Broman2011-09-125-1/+115
* Add Id tagAnders Broman2011-09-071-0/+1
* Lookup in correct tables. Document functions.Stig Bjørlykke2011-08-312-3/+8
* Add the new functions; crc32c_table_lookup and crc32_ccitt_table_lookup.Stig Bjørlykke2011-08-311-0/+2
* Make lookup functions for accessing crc32c_table and crc32_ccitt_table.Stig Bjørlykke2011-08-313-8/+16
* Try declaring tables with WS_VAR_IMPORT.Stig Bjørlykke2011-08-311-2/+2
* Add missing crc16_plain_update and crc_drm.Stig Bjørlykke2011-08-311-0/+6
* Second try to move crc routines to libwsutil.Stig Bjørlykke2011-08-3115-0/+1073
* Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2011-08-3017-1434/+0
* Move all crc routines to libwsutil.Stig Bjørlykke2011-08-3017-0/+1434
* From Gisle Vanem:Stig Bjørlykke2011-08-171-2/+3
* From Gisle Vanem: Make sure our SetProcessDEPPolicyHandler typedefGerald Combs2011-08-171-2/+3
* Attempt to properly fix the missing path information for glib librariesJörg Mayer2011-08-051-1/+1
* Use GLIB2_LDFLAGS instead of GLIB2_LIBRARIES for wsutil, since itGerald Combs2011-08-051-1/+1
* More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2011-07-112-19/+0
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-284-85/+0
* Add links to libtool's recommendations for library versions.Gerald Combs2011-06-061-0/+1
* Reorganize dumpabi targets to keep temporary filesBalint Reczey2011-06-041-2/+3
* Fixing wrong library names in r37474Balint Reczey2011-05-311-2/+2
* Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey2011-05-311-0/+10
* Filter out arg_list_utf_16to8.Gerald Combs2011-05-251-1/+1
* Move the Windows argument list conversion code to a common routine.Gerald Combs2011-05-244-1/+30
* We have to define ws_statb64 before declaring routines that use it.Guy Harris2011-04-101-33/+40
* To fill in a ws_statb64, you must use ws_fstat64.Guy Harris2011-04-101-1/+1
* ws_stdio_stat got renamed to ws_stdio_stat64.Guy Harris2011-04-101-1/+1
* Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris2011-04-102-11/+13
* Define ws_statb64 as struct stat *within* the "not Windows" block.Guy Harris2011-04-101-1/+1
* Define ws_statb64 to be the appropriate "struct XXX" for aGuy Harris2011-04-101-0/+10
* Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.Guy Harris2011-04-101-1/+3
* Use AC_SYS_LARGEFILE to turn on large file support on platforms thatGuy Harris2011-04-101-10/+10
* Squelch a warning from the MSVC++ static analyzer (it's worried thatGuy Harris2011-02-171-5/+29