aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2021-03-16Move even more headers outside extern "C".Guy Harris6-23/+32
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris2-27/+123
2021-03-05Replace g_assert(0) with g_assert_not_reached()João Valverde1-1/+1
2021-03-04peektagged: guess the PHY for 11b/11g/11a.Guy Harris1-1/+42
2021-03-04wsutil: rename frequency-utils.[ch] to 802_11-utils.[ch].Guy Harris3-14/+16
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-1/+0
2021-02-28Remove and replace obsolete ws_snprintf() definitionJoão Valverde1-56/+0
2021-02-10Moving glib.h out of extern CMichal Ruprich2-4/+4
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde3-10/+16
2021-01-30Don't include config.h in system headersJoão Valverde1-2/+0
2021-01-14nstime: Remove an unneeded check.Gerald Combs1-7/+0
2021-01-11editcap: add support for epoch timestamps in `-A` and `-B` optionsChema Gonzalez2-0/+83
2021-01-08Add iso8601_to_nstime() for editcap and nettraceDavid Perry4-1/+247
2021-01-01Happy New Year 2021Stig Bjørlykke1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan2-2/+2
2020-10-19CMake: Replace checking with a status messageJoão Valverde1-2/+5
2020-10-11Fix many spelling errorsРоман Донченко8-8/+8
2020-09-16Update our issue tracker URL in some places.Gerald Combs1-5/+5
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+1
2020-08-11wsutil: define HAVE_LIBGCRYPT_AEAD in wsutil/wsgcrypt.h.Guy Harris1-0/+19
2020-05-03Some more issues identified by PVS-Studio.Martin Mathieson1-4/+6
2020-03-25nstime: make declaration arg order match definitionMartin Mathieson1-1/+1
2020-03-23tempfile(.h): fix -WdocumentationAlexis La Goutte1-1/+1
2020-02-25Add ws_strtoi() and ws_strtoui() routines and use them.Guy Harris2-0/+88
2020-02-15wsutil: Strip the processor brand string.Gerald Combs1-1/+1
2020-01-21Put various epoch time deltas into wsutil/epochs.h.Guy Harris4-28/+66
2020-01-06wsutil: Replace disallowed filename characters to '-'Stig Bjørlykke1-1/+18
2020-01-05Try this - it might be clearer.Guy Harris1-1/+1
2020-01-05Rewrite the "please submit" message a bit.Guy Harris1-2/+2
2020-01-01Happy New Year 2020Stig Bjørlykke1-1/+1
2019-12-30codecs API: Added description of API usageJirka Novak1-4/+64
2019-12-20Use g_file_open_tmp within create_tempfileMichael Mann2-165/+16
2019-12-02Add format_size_wmemMichael Mann2-15/+25
2019-11-12wsutil: add netinet/in.h to socket.h.Dario Lombardo1-0/+4
2019-11-11Include <string.h>.Guy Harris1-0/+1
2019-11-11dumpcap: Add support for TCP@IPv6 socket capturesJoão Valverde2-0/+111
2019-10-30Fix the temporary file string buffer expansion.Guy Harris1-2/+4
2019-10-10Revert "CMake: Don't install HTML manuals twice"João Valverde3-41/+6
2019-10-09CMake: Don't install HTML manuals twiceJoão Valverde3-6/+41
2019-10-03Win32: Fix a return value check.Gerald Combs1-1/+1
2019-09-25Fix opening manual from staging directoryJoão Valverde1-2/+0
2019-09-24wsutil: Use file descriptor in file_needs_reopen()Tomasz Moń2-5/+4
2019-09-22Win32: Do not reload TLS keylog file on each packetTomasz Moń2-0/+71
2019-09-21MSVC: Warn about unused formal parametersTomasz Moń3-4/+14
2019-09-15wsutil: Respect working directory on WindowsTomasz Moń1-1/+1
2019-09-06wsjson.c: do not leak memory when checking input buffer in json_validate()Pascal Quantin1-5/+5
2019-09-03Also don't treat an empty buffer as JSON.Guy Harris1-3/+7
2019-09-03Strengthen the JSON validator.Guy Harris1-0/+12
2019-08-28Use g_hash_table_replace() when key depends on dataTomasz Moń1-1/+1