aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde8-14/+24
2021-06-19Replace g_assert() with ws_assert()João Valverde1-2/+3
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-2/+2
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde2-0/+2
2021-06-16Replace g_log() calls with ws_log()João Valverde11-304/+314
2021-06-14wslog: Parse cmd line options in one passJoão Valverde2-10/+2
2021-06-14wslog: Include pid in formatJoão Valverde2-0/+4
2021-06-14wslog: Add support for domain filteringJoão Valverde2-0/+2
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde4-36/+40
2021-05-13ETWDUMP: Update to support live captureOdysseus Yang4-45/+408
2021-04-28etl: fix handling of the packet flags.Guy Harris1-1/+1
2021-04-10CMake: Add ENABLE_VLD option for MSVCTomasz Moń1-0/+3
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris2-8/+23
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris2-8/+10
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-2/+2
2021-02-14Enable -Wredundant-decls.Guy Harris2-10/+21
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-3/+3
2021-01-27Rename WTAP_ENCAP_ETL to WTAP_ENCAP_ETW.Guy Harris1-5/+7
2020-12-09sshdump: fix detection of custom version in WindowsPascal Quantin1-0/+4
2020-12-09Fix various spelling errors.Guy Harris1-1/+1
2020-12-02MBIM: Update dissector to support DLT_ETWOdysseus Yang6-0/+1245
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-3/+4
2020-08-09wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris1-2/+9
2020-07-18sshdump: allow for multiple instances.Dario Lombardo1-6/+17
2020-07-16extcap: put the code to add lissh version information into a common routine.Guy Harris4-4/+13
2020-07-16extcap: assume we're using libssh 0.6 or later.Guy Harris3-29/+2
2020-07-16extcap: get the libssh version string from the libssh.h header.Guy Harris1-0/+19
2020-07-16extcap: clean up the version number handling.Guy Harris9-23/+41
2020-07-16extcap-base: no need to get the basename of the executable path twice.Guy Harris1-4/+1
2020-07-15Show the version of libssh being used, if possible.Guy Harris4-5/+22
2020-07-15extcap: add libssh version info to sshdump and ciscodump.Dario Lombardo4-0/+10
2020-07-15extcap: improve version output for all extcaps.Dario Lombardo1-2/+7
2020-06-14sshdump: remove redundant ssh_userauth_agent callPeter Wu2-13/+0
2020-05-09More PVS-Studio issues flagged by Valerii Zapodovnikov.Martin Mathieson1-8/+4
2020-04-15sshdump: Use Open dialog for SSH private keyTomasz Moń1-1/+1
2020-03-15More modeline fixes to put HT tab stops every 8 characters.Guy Harris2-7/+7
2020-02-10extcap: Fix packet time calculationErwin Rol2-5/+8
2020-01-25androiddump: Link against libwiretap and libwsutilJeroen Roovers1-0/+3
2020-01-18androiddump: Provide fifo argument to g_warning()Jeroen Roovers1-3/+3
2019-10-16androiddump: Fix tcpdump encap type signed/unsigned conversion errorMikael Kanstrup1-1/+1
2019-10-10Revert "CMake: Don't install HTML manuals twice"João Valverde6-6/+6
2019-10-09CMake: Don't install HTML manuals twiceJoão Valverde6-6/+6
2019-09-24randpktdump: Remove misleading tooltipTomasz Moń1-1/+1
2019-09-14randpktdump: Initialize print error handlerTomasz Moń1-0/+8
2019-09-10CMake: Fix extcap symlinks on macOS.Gerald Combs1-1/+1
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris2-2/+2
2019-06-19sshdump: fix bug in --remote-sudo.Dario Lombardo1-2/+2
2019-05-24CMake+macOS: Use symlinks for our CLI utilities.Gerald Combs1-7/+8
2019-05-17Fix some signedness warnings.Guy Harris2-12/+12