Make the data rate field float, and calculate it for 802.11n.
[metze/wireshark/wip.git] / wsutil /
2014-10-30 Jeff MorrissRemove the optional strncasecmp.{h,c} target (for syste...
2014-10-29 Guy HarrisRename the strnatcmp.c routines and make them use the...
2014-10-17 Guy Harrisstrptime.c needs ctype.h.
2014-10-17 Guy HarrisGet rid of unnecessary includes of ctype.h.
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-17 Guy HarrisEliminate include of <ctype.h>.
2014-10-14 Bill MeierAdd editor-modelines; adjust whitespace.
2014-10-13 Pascal QuantinFollow-up of ged0b19b (Make boolean bitmask type 64...
2014-10-12 Daniel MackMake boolean bitmask type 64-bit wide
2014-10-10 Gerald CombsCMake: Bundle our libraries.
2014-10-06 Bill MeierAdjust some whitespace to match editor modelines.
2014-09-16 Gerald CombsFix the patch-bzip2 target.
2014-09-04 Jeff MorrissDon't print non-printable characters in AX.25 addresses.
2014-08-27 Guy HarrisUse the <wsutil/ws_diag_control.h> stuff to disable...
2014-08-27 Guy HarrisUse FreeRADIUS's warning pragma controls to suppress...
2014-08-24 Guy HarrisClean up capinfos output.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-08-21 Bill Meierplugins.c: cleanup plugins_scan_dir()
2014-08-21 Roland KnallExtcap Capture Interface
2014-08-08 Guy HarrisThe "MPEG-2" CRC-32 is also the ATM CRC-32.
2014-08-08 Guy HarrisFix the polynomial for the CCITT CRC.
2014-08-08 Guy HarrisClean up the CRC-10 code.
2014-08-08 Guy HarrisThe DRM DCP CRC-16 is the same as the X.25 CRC-16.
2014-08-08 Guy HarrisAdd routines for CRC-16 with a polynomial of 0x3D65.
2014-08-08 Guy HarrisAdd a CRC32_ACCUMULATE() macro for a single CRC-32...
2014-08-08 Guy HarrisFix indentation.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-08-02 Jeff MorrissMake the nameres test suite work out of tree by looking...
2014-07-23 Evan HuusAdd some #includes to satisfy check-abi
2014-07-21 Gerald Combs[WIP] Add a conversation dialog.
2014-07-19 Guy HarrisOnly ABI-check strncasecmp.h if strncasecmp() is part...
2014-07-19 Guy HarrisAdd extern "C", to let this be used from C++.
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-07-15 Graham BloiceFix up library names when using CMake on Windows
2014-07-11 Bill MeierRemove $Id$
2014-07-10 Pascal QuantinRemove a useless line now that nghttp2 library has...
2014-07-10 Guy HarrisRevert "See if we can get rid of the "lib" in front...
2014-07-09 Guy HarrisSee if we can get rid of the "lib" in front of "wsutil...
2014-07-09 Graham BloiceMoved nghttp2 to epan
2014-07-06 Peter WuAdd printf-format annotations, fix garbage
2014-07-06 Peter WuWorkaround for ASAN failure in _ws_mempbrk_sse42
2014-07-06 Guy HarrisClean up handling of missing functions.
2014-07-06 Guy HarrisSquash casting-away-constness warnings.
2014-07-06 Guy HarrisAdd consts to casts to suppress warnings.
2014-07-05 Alexis La GoutteUpdate libnghttp2 to latest master (add support for...
2014-07-03 Guy HarrisMake wsutil depend on gitversion.
2014-07-03 Guy HarrisMove the GLib version info string stuff to get_glib_ver...
2014-07-03 Guy HarrisAdd license information to the copyright information.
2014-06-30 Guy HarrisClean up a comment.
2014-06-30 Pascal QuantinWindows: fix update of version information in wireshark...
2014-06-29 Guy HarrisMove some more stuff into wsutil.
2014-06-26 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-06-24 Guy HarrisFix OS X CMake build.
2014-06-22 Guy HarrisDon't declare CFString_to_C_string() if we don't have...
2014-06-22 Guy HarrisAdd a routine to return a version string including...
2014-06-21 Guy HarrisMove get_os_major_version() to wsutil and rename it...
2014-06-21 Guy HarrisMove the routine to get memory information to wsutil.
2014-06-21 Guy HarrisGet rid of trailing blank lines.
2014-06-21 Guy HarrisMove the routine to get a CPU information string to...
2014-06-21 Guy HarrisClean up inclusion of cfutils.h.
2014-06-21 Guy HarrisGet rid of trailing blank lines.
2014-06-21 Guy HarrisAdd a get_compiler_info() routine in libwsutil to get...
2014-06-21 Guy HarrisNeed <string.h> for string routines.
2014-06-21 Guy HarrisWe need the Unicode utilities, at least on Windows.
2014-06-21 Guy HarrisWe need <windows.h> on Windows.
2014-06-21 Guy HarrisMove get_os_version_info() to libwsutil.
2014-06-21 Guy HarrisMove get_copyright_info() to wsutil.
2014-06-20 Joerg MayerAdd .rc files to the sources to have them included...
2014-06-19 Evan HuusAdd casting and license info to fix buildbots
2014-06-19 Michael MannDissectors for totemnet and totemsrp protocols implemen...
2014-06-18 Guy HarrisDon't compile anything with -msse4.2 unless the compile...
2014-06-17 Jakub ZawadzkiRewrite check for ws_mempbrk_sse42.c compilation
2014-06-16 Jeff MorrissMore Python-bindings removal.
2014-06-16 AndersBromanExplicitly declare/cast 'unsigned <variable>' as 'unsig...
2014-06-14 Joerg MayerBackport autofoo simd optimization
2014-06-14 Joerg MayerSmall whitespace fixes
2014-06-10 AndersBromanChange HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)
2014-06-10 Alexis La GoutteFix Buildbot Mac OS: /wsutil/ws_cpuid.h:56: warning...
2014-06-10 AndersBromanMark an unused parameter as such.
2014-06-10 Alexis La GoutteWS mempbrk SEE4.2: Fix indent (use 2spaces) and add...
2014-06-10 Jakub ZawadzkiCPUID improvements
2014-06-09 Tomasz MońFix CMake build.
2014-06-09 AndersBromanWe must include config.h to have HAVE_SSE42
2014-06-09 AndersBromanHopfully thiw will make the Solaris build going.
2014-06-09 AndersBromanTry to fix OSX build
2014-06-09 AndersBromanFix a copy paste error.
2014-06-09 AndersBromanTry to fix the builds.
2014-06-09 Alexis La GoutteMake buildbot Happy about shadow index variable...
2014-06-09 Jakub ZawadzkiAdd sse4.2 optimized function ws_mempbrk_sse42()
2014-06-01 Guy HarrisMake this comple whether assertions are enabled or...
2014-06-01 Joerg MayerFix /home/jmayer/work/wireshark/git/wsutil/nghttp2...
2014-05-31 Pascal Quantinnghttp2: do not copy nghttp2* objects in wsutil folder
2014-05-31 Pascal Quantinnghttp2: more warning fixes
2014-05-31 Pascal Quantinnghttp2: upgrade library to g4f7223e and add casts...
2014-05-31 Alexis La GoutteNGHTTP2: Add missing nghttp2_int.h (need by make dist...)
2014-05-31 Alexis La GoutteNGHTTP2: fix -Wshadow about index with some old GCC...
2014-05-31 Alexis La GoutteNGHTTP2: fix typo (nghttp2_ent.h => nghttp2_net.h)
2014-05-31 Alexis La GoutteAdd nghttp2 lib (HPACK)
2014-05-31 Jakub ZawadzkiMove cpuid to seperate header file.
2014-05-30 Balint ReczeyHonor configured CMAKE_INSTALL_LIBDIR when installing...
next