aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-18Make sure LIBGCRYPT_CFLAGS is added to AM_CPPFLAGS.Gerald Combs1-1/+1
2013-10-15Factor out common parts of ABI checks to UseABICheck.cmakeBalint Reczey1-15/+3
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+4
2013-10-12Another Solaris Studio C++ fix.Gerald Combs1-5/+3
2013-10-06Undo r52382 for this file: We use a different solution on WindowsJörg Mayer1-0/+1
2013-10-06Add $Id$Jörg Mayer4-19/+30
2013-10-06config.h.win32 used another solutionJörg Mayer1-1/+0
2013-10-05editcap and capinfos compile now with cmakeJörg Mayer2-7/+7
2013-10-04libwsutil needs to link against libgmodule2Jörg Mayer1-0/+1
2013-09-16Trivial: Fix typo.Chris Maynard1-4/+4
2013-08-26From Jiri Engelthaler viaEvan Huus4-0/+84
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+4
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-02Keep checkAPIs happy (even though it's just test code). Get that test codeJeff Morriss2-7/+10
2013-08-02Link wsutil with gnutls on Windows too.Jeff Morriss1-1/+2
2013-08-02LIBGCRYPT_CFLAGS is not set in Windows builds, use GNUTLS_CFLAGS instead.Jeff Morriss1-1/+1