aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-05Use GLIB2_LDFLAGS instead of GLIB2_LIBRARIES for wsutil, since itGerald Combs1-1/+1
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2-19/+0
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke4-85/+0
2011-06-06Add links to libtool's recommendations for library versions.Gerald Combs1-0/+1
2011-06-04Reorganize dumpabi targets to keep temporary filesBalint Reczey1-2/+3
2011-05-31Fixing wrong library names in r37474Balint Reczey1-2/+2
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey1-0/+10
2011-05-25Filter out arg_list_utf_16to8.Gerald Combs1-1/+1
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs4-1/+30
2011-04-10We have to define ws_statb64 before declaring routines that use it.Guy Harris1-33/+40
2011-04-10To fill in a ws_statb64, you must use ws_fstat64.Guy Harris1-1/+1
2011-04-10ws_stdio_stat got renamed to ws_stdio_stat64.Guy Harris1-1/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris2-11/+13
2011-04-10Define ws_statb64 as struct stat *within* the "not Windows" block.Guy Harris1-1/+1
2011-04-10Define ws_statb64 to be the appropriate "struct XXX" for aGuy Harris1-0/+10
2011-04-10Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.Guy Harris1-1/+3
2011-04-10Use AC_SYS_LARGEFILE to turn on large file support on platforms thatGuy Harris1-10/+10
2011-02-17Squelch a warning from the MSVC++ static analyzer (it's worried thatGuy Harris1-5/+29
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+3
2011-02-01WIN32 ==> _WIN32Bill Meier2-4/+4
2010-12-16Update filter for Windows-only symbols.Balint Reczey1-1/+1
2010-12-16Export only defined symbols from libwsutil.Balint Reczey1-13/+58
2010-12-07Include stdlib.h for getenv().Jeff Morriss1-0/+1