aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2021-10-13extcap: reword error message referencing captypeChuck Craft8-8/+8
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde11-73/+73
2021-09-28Fix some spelling errors.Martin Mathieson1-2/+2
2021-09-22MinGW-w64: Fix extcap build output pathJoão Valverde1-1/+1
2021-09-22CMake: Remove an unnecessary version checkJoão Valverde1-2/+3
2021-09-22CMake: Fix minimum version requirements for CentOS 8João Valverde1-7/+5
2021-09-21MinGW-w64: Need to link using -municodeJoão Valverde1-0/+7
2021-09-20Fix config.h include orderJoão Valverde3-2/+1
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde11-149/+126
2021-09-06dpauxmon(extcap): Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-4/+7
2021-08-20androiddump: get the WIRESHARK_UPPER_PDU tags from the header.Guy Harris1-5/+4
2021-08-20Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header.Guy Harris1-7/+1
2021-08-20Use the wsutil/pint.h functions to fill in "exported PDU" headers.Guy Harris1-24/+19
2021-07-21CMake: Remove unneeded GLIB2_LIBRARIES.Gerald Combs1-10/+1
2021-07-20CMake: add GCRYPT to sdjournal_LIBSJoakim Karlsson1-0/+1
2021-07-19Carry drop count/packet ID/queue ID as options on packet blockDavid Perry1-1/+0
2021-07-12etwdump: Fixup our rec struct syntax.Gerald Combs1-2/+2
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry2-3/+2
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-2/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde8-7/+25
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