aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-18Older versions of Clang don't understand -Wpedantic.Guy Harris1-2/+2
2018-05-16Eliminate some unneeded header checks.Guy Harris4-10/+2
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu1-1/+1
2018-05-13wsutil: fix json-glib memleaks and warningPeter Wu1-2/+2
2018-05-11wsutil: fix WS_INET_ADDRSTRLEN definition on WindowsPeter Wu1-15/+4
2018-05-10wsutil: null-terminate string in ws_read_string_from_pipe (CID: 1364684).Dario Lombardo1-18/+8
2018-05-08Windows: prioritize Npcap over WinPcapPascal Quantin1-24/+10
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris2-58/+32
2018-05-05Use dlget() and dlgetname() to get the executable path name on HP-UX.Guy Harris1-2/+16
2018-05-04Get rid of more autotoolsisms.Guy Harris1-15/+2
2018-05-04Fix function declaration of ws_buffer_length().Guy Harris1-1/+1
2018-05-03fix missing parentheses in 'if' statementchinarulezzz1-1/+1
2018-04-30plugins: Remove autotools specific code for build pathJoão Valverde1-49/+1
2018-04-30Lua: ensure that DATA_DIR and USER_DIR have trailing slashesPeter Wu1-2/+2
2018-04-28lwm2mtlv: Handle String data type as UTF-8Stig Bjørlykke2-0/+28
2018-04-25Get rid of stuff that checks for a .libs directory.Guy Harris2-39/+4
2018-04-24remove redundant break statementchinarulezzz1-1/+0
2018-04-24oss-fuzzshark: use install directory for headers. Install missing one.Jakub Zawadzki1-0/+1
2018-04-24wsutil: use json-glib instead of jsmn if present.Dario Lombardo2-2/+18
2018-04-21wsutil: convert one leftover function in wsjson.Dario Lombardo2-3/+3
2018-04-21wsutil: rename wsjsmn to wsjson.Dario Lombardo3-11/+11
2018-04-18Remove autotools build system.Dario Lombardo1-224/+0