aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2012-08-08From Jacob Nordgren and Rishie Sharma:etxrab5-0/+115
2012-08-02Back out an inadvertent change in r44194.gerald1-2/+1
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationgerald1-1/+2
2012-07-25From Rishie Sharma:etxrab3-2/+90
2012-07-22Get rid of not needed includesetxrab1-3/+0
2012-07-19Remove not needed includes.etxrab1-3/+0
2012-07-18Fix some system header files that were #included with "" instead of <>.eapache2-2/+2
2012-07-12Add crc7 calculation abillity.etxrab5-3/+195
2012-06-28Update FSF address - part II.darkjames7-7/+7
2012-06-28Update Free Software Foundation address.darkjames20-20/+20
2012-06-25Revert 43481: linking dftest against libui was not the problem.morriss2-43/+0
2012-06-25Move get_args_as_string from ui/util.c into wsutil (maybe not to the bestmorriss2-0/+43
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss10-381/+1201
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....wmeier1-1/+1
2012-02-17Move exec_isdigit_string() and exec_isprint_string() functions out ofsfisher3-0/+54
2012-01-29Add *.sbr files to the clean target.etxrab1-1/+1
2012-01-21Sync checkapi target with Makefile.nmake.tuexen1-1/+2
2012-01-19fix compile errors found by dumpabi targetrbalint1-1/+1
2012-01-04More C++ updates.gerald1-1/+1
2011-11-11OK, one of them was already declared; we still want to declare the otherguy1-8/+4
2011-11-11If we're exporting routines from crc32.c, declare them in crc32.h andguy2-0/+8
2011-11-03From Roland Knall via bug 6539:stig7-0/+208
2011-10-03From Michael Mann:etxrab4-11/+24
2011-09-21Fix ex "modeline" so it works;wmeier1-2/+2
2011-09-13Don't include files from epan in wsutil.stig1-1/+1
2011-09-12Move airpcap_wep.c to /wsutil CMakefile changesetxrab1-0/+1
2011-09-12Move airpcap_wep.c to /wsutiletxrab5-1/+115
2011-09-07Add Id tagetxrab1-0/+1
2011-08-31Lookup in correct tables. Document functions.stig2-3/+8
2011-08-31Add the new functions; crc32c_table_lookup and crc32_ccitt_table_lookup.stig1-0/+2
2011-08-31Make lookup functions for accessing crc32c_table and crc32_ccitt_table.stig3-8/+16
2011-08-31Try declaring tables with WS_VAR_IMPORT.stig1-2/+2
2011-08-31Add missing crc16_plain_update and crc_drm.stig1-0/+6
2011-08-31Second try to move crc routines to libwsutil.stig15-0/+1073
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig17-1434/+0
2011-08-30Move all crc routines to libwsutil.stig17-0/+1434
2011-08-17From Gisle Vanem:stig1-2/+3
2011-08-17From Gisle Vanem: Make sure our SetProcessDEPPolicyHandler typedefgerald1-2/+3
2011-08-05Attempt to properly fix the missing path information for glib librariesjmayer1-1/+1
2011-08-05Use GLIB2_LDFLAGS instead of GLIB2_LIBRARIES for wsutil, since itgerald1-1/+1
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald2-19/+0
2011-06-28Replace all strerror() with g_strerror().stig4-85/+0
2011-06-06Add links to libtool's recommendations for library versions.gerald1-0/+1
2011-06-04Reorganize dumpabi targets to keep temporary filesrbalint1-2/+3
2011-05-31Fixing wrong library names in r37474rbalint1-2/+2
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.rbalint1-0/+10
2011-05-25Filter out arg_list_utf_16to8.gerald1-1/+1
2011-05-24Move the Windows argument list conversion code to a common routine.gerald4-1/+30
2011-04-10We have to define ws_statb64 before declaring routines that use it.guy1-33/+40
2011-04-10To fill in a ws_statb64, you must use ws_fstat64.guy1-1/+1