aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte68-137/+0
2014-02-27Sherman, set the Wayback Machine for 1997.Guy Harris1-1/+1
2014-02-25Remove trailing whitespaceBill Meier13-23/+23
2014-02-09Fix Bug 6489 to stop compiler warning on gcrypt deprecated delcarationsHadriel Kaplan1-3/+3
2014-01-14Consistently use "guint8" for "8-bit byte".Guy Harris1-5/+5
2014-01-10Make internal functions staticAnders Broman1-1/+1
2014-01-08Need <strsafe.h> for StringCchPrintf().Guy Harris1-0/+1
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki2-0/+27
2014-01-07As checkAPIs.pl says, "use StringCchPrintf".Guy Harris1-1/+1
2014-01-07Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...Jakub Zawadzki6-17/+33
2014-01-07Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.hJakub Zawadzki1-0/+11
2013-12-26There's no need to mark inline functions with _U_Jakub Zawadzki1-6/+2
2013-12-21Move epan/base64.[ch] to wsutil/ with function name change.Jakub Zawadzki4-1/+112
2013-12-20- Change guint32 array initializer constants to use 'U' rather than 'L'Bill Meier1-172/+185
2013-12-19Another try at marking the ws_sign_ext functions possibly-unused.Gerald Combs1-4/+8
2013-12-19Try to fix a warning found by, but not related to, the ABI check.Gerald Combs1-2/+2
2013-12-17sign_ext.h: use G_GINT64_CONSTANT(), add sample for alternative method of sig...Jakub Zawadzki1-2/+12
2013-12-17Put sign_ext.h in Makefile.Jakub Zawadzki1-0/+1
2013-12-17Create sign extension routines in <wsutil/sign_ext.h>, use it in few places.Jakub Zawadzki1-0/+50
2013-12-02Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris4-0/+482
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki1-11/+0
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki2-8/+8
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-4/+0
2013-11-20Remove a few (now unused) variables.Michael Mann1-2/+0
2013-11-19Fix missing semicolon.Guy Harris1-1/+1
2013-11-19Add routines to set the personal file directory paths (personalGuy Harris2-70/+26
2013-11-18Get rid of unused trivial wrapper routine.Guy Harris2-10/+0
2013-11-17strncat() bad, g_strlcat() good.Guy Harris1-5/+6
2013-11-17Clean up indentation.Guy Harris1-2/+2
2013-11-17Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris4-20/+18
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris5-1/+2534
2013-11-16Fix previous commit + rename to bitswap.Jakub Zawadzki2-2/+2
2013-11-16Exporting/importing variables cause problems, so create function to do bitswa...Jakub Zawadzki2-4/+10
2013-11-16For *definitions* of external data items, we need to useGuy Harris1-2/+1
2013-11-16Move bitswap.[ch] from epan to wsutil.Jakub Zawadzki4-0/+113
2013-11-14Revert some inadvertent changes from the last commit.Gerald Combs1-0/+2
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs1-2/+0
2013-11-13Highlight selected sequence diagram items.Gerald Combs1-2/+2
2013-11-09Remove comment (leftovers from r49444) + add missing WS_DLL_PUBLIC for adler32Jakub Zawadzki1-3/+5
2013-11-09Correct include path.Jakub Zawadzki1-1/+1
2013-11-09Move adler32 from epan/ to wsutil/Jakub Zawadzki4-0/+106
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki2-14/+0
2013-11-09Rename swar_count_bits() to ws_count_ones()Jakub Zawadzki4-40/+10
2013-11-08Try to split ws_ctz() from hfinfo_bitshift().Jakub Zawadzki2-0/+49
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs4-2/+252
2013-10-27Remove U3 code and packaging.Gerald Combs4-252/+2
2013-10-22Add STANAG 5066 DTS CRC routines. Bug 9217 (https://bugs.wireshark.org/bugzi...Michael Mann4-0/+139
2013-10-19Minor refactoring in CMake ABI dump generationBalint Reczey1-3/+1
2013-10-19Set and use TMPDIR for ABI dump generation when using CMakeBalint Reczey1-4/+4