aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-16glib-compat is no longer used - it provided only code for versions < 2.32Joerg Mayer4-187/+0
2018-04-08ws_pipe: Zero an array.Gerald Combs1-0/+2
2018-04-05Tweak ws_cpuid so that Valgrind is happy.Darius Davis1-1/+2
2018-03-25Clean up REPORT_DISSECTOR_BUG().Guy Harris2-5/+14
2018-03-23Include alloca.h if we have it.Guy Harris1-0/+8
2018-03-21rsa: fix memleak and accept keys from certain PKCS#12 filesPeter Wu1-12/+7
2018-03-13Windows: Conditionally set CREATE_BREAKAWAY_FROM_JOB.Gerald Combs1-4/+13
2018-03-13Get rid of trailing white space.Guy Harris1-1/+1
2018-03-13Expand a comment.Guy Harris1-4/+20
2018-03-13Windows: Always assign newly-created processes to our job.Gerald Combs4-64/+97
2018-03-13Remove popcount in favor of ws_count_ones.Gerald Combs4-54/+0
2018-03-12Remove some unused or hard-coded header checks.Gerald Combs2-99/+0
2018-03-09Add ws_pipe_kill_child_on_exit.Gerald Combs1-3/+55
2018-03-09GeoIP: avoid closing random file descriptorsPeter Wu1-0/+8
2018-03-09wsutil: add CR to license.Dario Lombardo1-1/+2
2018-03-09spdx: more licenses converted.Dario Lombardo3-52/+3
2018-03-09spdx: more licenses converted.Dario Lombardo1-13/+1
2018-03-07Hack to fix ABI checking.Guy Harris1-0/+8
2018-03-02More spawned process handling updates.Gerald Combs2-10/+58
2018-03-02Generalize our process spawning code.Gerald Combs2-0/+378
2018-03-01Windows: Remove cruft for unsupported versonsGraham Bloice3-68/+23
2018-02-28Include <config.h> so UNICODE is defined.Guy Harris1-0/+2
2018-02-28Make sure GetModuleHandle(_T("kernel32.dll") succeeds.Guy Harris1-21/+25
2018-02-24Rename airpdcap to dot11decrypt.Gerald Combs5-8/+8
2018-02-22And systemd weighs in on how to find out the distribution you're on....Guy Harris1-0/+15
2018-02-20Define macros to calculate (2^N)^M, and use them in more places.Guy Harris3-0/+31
2018-02-17The CRC8 routines don't modify the buffer; make the pointers to it const.Guy Harris2-7/+7
2018-02-17Fix casts.Guy Harris1-1/+1
2018-02-17Qt: Replace the toolbar extension icon.Gerald Combs1-0/+1
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris1-5/+1
2018-02-15Move hkdf_extract to wsgcrypt.hPeter Wu1-0/+12
2018-02-12Extract HKDF-Expand from TLS 1.3 dissectorPeter Wu2-0/+55
2018-02-10musl: compile with musl libcDan Robertson1-0/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo108-108/+108
2018-02-07Clean up the null pointer check in profile_exists().Guy Harris1-3/+10