aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris3-0/+72
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-30wsutil: Fix 30 seconds freeze if process fails to startTomasz Moń1-0/+1
2019-04-26file-util: fix possible null reference from code analysisGraham Bloice1-19/+21
2019-04-25win32-utils: Do not share job between Wireshark instancesTomasz Moń1-1/+1
2019-04-23ws_pipe: fix memory leaks in spawn arguments handlingPeter Wu2-81/+102
2019-04-22ws_pipe: fix return value of ws_pipe_spawn_async on error pathPeter Wu1-3/+3
2019-04-21wsutil: Refactor WIN32 ws_pipe_wait_for_pipe()Tomasz Moń1-54/+75
2019-04-19wsutil: use environment variable WIRESHARK_EXTCAP_DIR when possiblePeter Wu1-40/+31
2019-04-18wsutil: Warn on empty argumentsTomasz Moń1-2/+8
2019-04-15wsutil: Read stderr and stdout data asynchronouslyTomasz Moń1-40/+178
2019-04-10wsutil: Fix pipe handle leaks on WindowsTomasz Moń1-0/+11
2019-04-10ieee80211: Fix some coverity scan issuesMikael Kanstrup1-2/+2
2019-03-24Add routines to return "Please report this as a bug" message strings.Guy Harris3-0/+70
2019-03-23wsgcrypt: fix wrong double assignment (CID: 1444233).Dario Lombardo1-2/+1
2019-03-22json_dumper: flush dumper before printing an error.Dario Lombardo1-0/+1
2019-03-22wsgcrypt: fix build with older gcrypts.Jeff Morriss1-2/+6
2019-03-21ieee80211: Support decrypting WPA3-Personal / SAE capturesMikael Kanstrup2-0/+25
2019-03-10Dumpcap: Set a bigger IO buffer (64KiB).Anders Broman1-0/+3
2019-02-13macOS: Fix our plugin path.Gerald Combs1-2/+2
2019-02-12json_dumper: escape forward slash in some stringsPeter Wu1-0/+3
2019-02-11json_dumper: add json_dumper_value_doublePeter Wu2-1/+24
2019-02-02CMake: Fix DOCDIR on UnixJoão Valverde1-1/+1
2019-02-01Fix comment.Guy Harris1-2/+1
2019-02-01Have win32strerror() return interned strings.Guy Harris2-20/+19
2019-02-01Have win32strerror() return a g_malloc()ated UTF-8 error message.Guy Harris2-25/+60
2019-01-22CMake: Set a direct rpath for librariesJoão Valverde1-0/+1
2019-01-20json_dumper: increase JSON_DUMPER_MAX_DEPTH to 1100.Dario Lombardo1-1/+1
2019-01-20CMake: Replace PACKAGELIST magicJoão Valverde1-0/+8
2019-01-08ws_pipe(.h): fix issue on doxygen documentationAlexis La Goutte1-1/+1
2019-01-07str_util(.h): fix issue on doxygen documentationAlexis La Goutte1-3/+3
2019-01-04wsutil: fix code according to clang-tidy.Dario Lombardo1-3/+3
2019-01-04ws_mempbrk_sse42: use same var names.Dario Lombardo1-12/+12
2019-01-04ws_pipe: use same var name.Dario Lombardo1-1/+1
2019-01-04xtea: use same var name.Dario Lombardo1-8/+8
2019-01-04CRC6: Fixed CRC lookup table and functionsRoss2-1068/+50
2019-01-03Avoid definition collisions for INVALID_SOCKET.Guy Harris1-0/+2
2019-01-03json_dumper: make json_dumper_bad fatal.Dario Lombardo1-1/+1
2019-01-02wsutil: fix crash due to corruption of the "small_buffers" arrayPeter Wu1-0/+3
2019-01-01Happy New Year 2019!Stig Bjørlykke1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris5-280/+0
2018-12-28Z39.50: Implementation of Z39.50 Information Retrieval protocolCraig Jackson2-2/+2
2018-12-27json_dumper: add json_dumper_value_va_list().Dario Lombardo2-4/+19
2018-12-23json_dumper: add base64 routines.Dario Lombardo2-2/+83
2018-12-22json_dumper: add debugging print as corruption checkPeter Wu2-1/+34
2018-12-20CMake: Don't bundle our libraries at compile time.Gerald Combs1-14/+0
2018-12-17wsutil: improve plugins list output format.Dario Lombardo1-1/+1
2018-12-10json_dumper: add support to convert dots in underscores.Dario Lombardo2-4/+8
2018-12-09json_dumper: support 'null' json object.Dario Lombardo1-0/+5
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-2/+2