aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-05Qt: Check filename before importRoland Knall2-0/+11
2019-08-02wsutil: link with -lm.Dario Lombardo1-0/+1
2019-07-30Qt: Change from User/System to Personal/Global profile typesStig Bjørlykke2-34/+34
2019-07-29Rename variable to eliminate shadow variable warning.Guy Harris2-4/+4
2019-07-29USBLL: Verify Token/Split packets CRC-5Tomasz Moń3-0/+110
2019-07-29Qt: Rename profile global to systemStig Bjørlykke2-34/+34
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-1/+1
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris4-5/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris45-45/+45
2019-07-25USBLL: Verify DATA packets CRC-16Tomasz Moń2-0/+62
2019-07-21Remove ABI compliance checker code.João Valverde2-22/+0
2019-07-20copyright_info: convert GPL-2.0 URL to HTTPPeter Wu1-2/+2
2019-07-16Editcap: Allow floating point split intervals.Gerald Combs1-0/+3
2019-06-30wsutil: fix build failure of Debian packages on Ubuntu 16.04Peter Wu2-6/+22
2019-06-16NGAP: fix dissection of N2 Information ContentPascal Quantin2-0/+90
2019-06-11Kill libwscodecs plugin library, just use pluginsJoão Valverde3-0/+254
2019-05-24wsutil+macOS: Use realpath() to resolve our program path.Gerald Combs1-1/+16
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde2-36/+0
2019-05-03CMake: Add libpcap imported library targetJoão Valverde1-2/+1
2019-05-02Have the multiple-include guards cover everything.Guy Harris1-2/+2
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