aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
Commit message (Expand)AuthorAgeFilesLines
* Corrects repeated words throughout the code.Moshe Kaplan2021-12-222-2/+2
* Use UINT64_C() with two constantsJoão Valverde2021-12-221-2/+2
* Extcap logging: Corrected incorrect selector default value syntaxj.novak@netsystem.cz2021-12-211-2/+2
* Clean up some printf() format stringsJoão Valverde2021-12-211-9/+9
* Replace g_strdup_printf() with ws_strdup_printf()João Valverde2021-12-1911-40/+40
* Replace g_snprintf() with snprintf()João Valverde2021-12-192-14/+14
* wslog: Avoid logging any output to stdoutJoão Valverde2021-12-141-0/+2
* Fix extcap-base.[ch] indentationJoão Valverde2021-12-112-51/+50
* extcap: Use standard --log-level and --log-file CLI optionsJoão Valverde2021-12-072-43/+33
* Extcap: Improve the log handler logicJoão Valverde2021-12-061-6/+14
* extcap: Register log handler conditionallyJoão Valverde2021-12-061-1/+2
* Extcap/ssh-base: Use password authentication before keysj.novak@netsystem.cz2021-12-061-10/+20
* Define more log domains for extcapsJoão Valverde2021-12-057-0/+8
* Fix logging with extcapsJoão Valverde2021-12-0310-34/+32
* extcap: Add header files to DoxygenMoshe Kaplan2021-11-305-7/+10
* Add new global header wireshark.h with guidelineJoão Valverde2021-10-221-0/+2
* extcap: reword error message referencing captypeChuck Craft2021-10-138-8/+8
* ws_getopt: Rename struct and macrosJoão Valverde2021-09-3011-73/+73
* Fix some spelling errors.Martin Mathieson2021-09-281-2/+2
* MinGW-w64: Fix extcap build output pathJoão Valverde2021-09-221-1/+1
* CMake: Remove an unnecessary version checkJoão Valverde2021-09-221-2/+3
* CMake: Fix minimum version requirements for CentOS 8João Valverde2021-09-221-7/+5
* MinGW-w64: Need to link using -municodeJoão Valverde2021-09-211-0/+7
* Fix config.h include orderJoão Valverde2021-09-203-2/+1
* Use the musl in-tree getopt_long() everywhereJoão Valverde2021-09-1711-149/+126
* dpauxmon(extcap): Fix Dead Store found by Clang AnalyzerAlexis La Goutte2021-09-061-4/+7
* androiddump: get the WIRESHARK_UPPER_PDU tags from the header.Guy Harris2021-08-201-5/+4
* Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header.Guy Harris2021-08-201-7/+1
* Use the wsutil/pint.h functions to fill in "exported PDU" headers.Guy Harris2021-08-201-24/+19
* CMake: Remove unneeded GLIB2_LIBRARIES.Gerald Combs2021-07-211-10/+1
* CMake: add GCRYPT to sdjournal_LIBSJoakim Karlsson2021-07-201-0/+1
* Carry drop count/packet ID/queue ID as options on packet blockDavid Perry2021-07-191-1/+0
* etwdump: Fixup our rec struct syntax.Gerald Combs2021-07-121-2/+2
* Carry EPB flags as an option on the packet blockDavid Perry2021-07-122-3/+2
* Use wtap_blocks for packet commentsDavid Perry2021-07-071-2/+1
* wslog: Check environment initialization for errorsJoão Valverde2021-06-268-7/+25
* wslog: Check if we are initialized and add missing initsJoão Valverde2021-06-218-14/+24
* Replace g_assert() with ws_assert()João Valverde2021-06-191-2/+3
* Make various names match the name of the systemd journal export block.Guy Harris2021-06-171-2/+2
* dissectors: Replace g_log() with ws_log()João Valverde2021-06-162-0/+2
* Replace g_log() calls with ws_log()João Valverde2021-06-1611-304/+314
* wslog: Parse cmd line options in one passJoão Valverde2021-06-142-10/+2
* wslog: Include pid in formatJoão Valverde2021-06-142-0/+4
* wslog: Add support for domain filteringJoão Valverde2021-06-142-0/+2
* Refactor our logging and extend the wslog APIJoão Valverde2021-06-114-36/+40
* ETWDUMP: Update to support live captureOdysseus Yang2021-05-134-45/+408
* etl: fix handling of the packet flags.Guy Harris2021-04-281-1/+1
* CMake: Add ENABLE_VLD option for MSVCTomasz Moń2021-04-101-0/+3
* Add more error-reporting routines that call through a function pointer.Guy Harris2021-03-152-8/+23
* wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris2021-02-232-8/+10