aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2018-11-30NSIS: Install NPcap instead of WinPcap.Gerald Combs1-1/+1
2018-11-29Win32: change DLL search path to accomodate extcap and NpcapPeter Wu2-34/+34
2018-11-29CMake: Fix some transitive link dependenciesJoão Valverde1-16/+14
2018-11-26CMake: Fix runtime destination for our librariesJoão Valverde1-1/+1
2018-11-25ws_pipe_spawn_*: fix deadlock in g_spawn on Linux with threadsPeter Wu1-2/+96
2018-11-25Remove a stale FIXMEJoão Valverde1-0/+1
2018-11-24Install development headers on all platformsJoão Valverde1-5/+3
2018-11-22ws_pipe_spawn_sync: mark arguments as const where possiblePeter Wu2-4/+4
2018-11-22ws_pipe_spawn_sync: debug log elapsed timePeter Wu1-0/+4
2018-11-20Allow trace of sync spawnsJaap Keuter1-9/+37
2018-11-20Drop JSON-GLib completelyPeter Wu2-14/+0
2018-11-20Replace JSON-GLib by custom JSON dumper libraryPeter Wu3-0/+394
2018-11-20wsutil: rename some wsjson functionsPeter Wu2-9/+15
2018-11-20wsutil: fix indentation/modelines in wsjsonPeter Wu2-135/+135
2018-11-01ws_pipe_close(): also close the handle after terminating processPascal Quantin1-2/+1
2018-11-01wsutil: introduce ws_pipe_close() helper and use it to terminate mmdbresolvePascal Quantin2-0/+18
2018-11-01Move condition logic to dumpcap.cGerald Combs2-0/+20
2018-10-19Use ws_basetostru32(), rather than strtoul(), when parsing ranges.Guy Harris2-2/+24
2018-10-14Note that you have to be careful reading messages from a pipe.Guy Harris1-0/+15
2018-10-14extcap: Read stderr on extcap error without an infinite loopStig Bjørlykke1-1/+9
2018-10-11wsutil: Add config_file_exists_with_entries()Stig Bjørlykke2-0/+36
2018-10-08Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.Guy Harris2-0/+25
2018-10-07Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris2-32/+0
2018-10-05wsutil: Add get_profile_dir()Stig Bjørlykke2-37/+43
2018-10-03wsutil: get_datafile_dir: avoid hard-coded build directoryPeter Wu2-42/+35
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs3-8/+2
2018-09-03epan: Use g_base64_decode_inplace()Stig Bjørlykke3-95/+0
2018-08-25CMake: Modernize config-file package supportJoão Valverde1-0/+1
2018-08-23CMake: Clean up and homogenize plugin dir configurationJoão Valverde1-3/+2
2018-08-22Revert "CMake: Clean up plugin dirs"João Valverde1-2/+1
2018-08-21CMake: Clean up plugin dirsJoão Valverde1-1/+2
2018-08-21plugins: Minor interface improvementJoão Valverde1-10/+29
2018-08-16Do not pass pipe handle to WaitForMultipleObjectsTomasz Moń1-34/+26
2018-08-16Fix extcap initialization deadlockTomasz Moń1-6/+72
2018-08-08wsutil: Add Curve25519 ECDH (X25519) using GcryptPeter Wu3-0/+146
2018-07-20If we have fseek/ftell variants with 64-bit offsets, use them.Guy Harris1-0/+11
2018-07-03Update a comment to reflect current reality.Guy Harris1-3/+6
2018-07-03WSUTIL/PINT: transform macros into static functionsJulien Staub1-99/+137
2018-07-02WSUTIL: create phtole32 and 64 functionsJulien Staub1-0/+18
2018-06-28Add macros to initialize nstime_t values and use them.Guy Harris1-0/+20
2018-06-27Add Windows 10 Release ID to About infoGraham Bloice1-0/+7
2018-06-26Remove code specific to older versions of Visual Studio.Gerald Combs2-35/+0
2018-06-26Windows: Fetch our version using RtlGetVersion.Gerald Combs2-77/+54
2018-06-21Fix build paths for cmake's Xcode project generator on macOS.David Kreitschmann1-3/+11
2018-06-07CMake: Get rid of FULL_SO_VERSIONGerald Combs1-3/+1
2018-06-04Allow user to override config dir for all OSesJoão Valverde1-8/+14
2018-05-28wsutil: fix compilation on freebsd.Dario Lombardo1-0/+4
2018-05-24ws_pipe: don't check for negative number using DWORD.Dario Lombardo1-1/+1
2018-05-23ws_pipe: fix return code on windows.Dario Lombardo1-0/+1
2018-05-23make our version of nla_for_each_nested() publicMartin Kaiser2-0/+67