aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2022-04-04wsutil: Add configuration namespaces.Gerald Combs9-17/+17
2022-03-21etwdump: Clarify "ETW".Gerald Combs1-1/+1
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris1-2/+2
2022-03-13sshdump: fix remote-sudo parameter on restartDylan Ulis1-1/+1
2022-03-09extcap: new interface, wifidump, to capture Wi-Fi frames using a remote SSH hostAdrian Granados3-1/+772
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan2-2/+2
2021-12-22Use UINT64_C() with two constantsJoão Valverde1-2/+2
2021-12-21Extcap logging: Corrected incorrect selector default value syntaxj.novak@netsystem.cz1-2/+2
2021-12-21Clean up some printf() format stringsJoão Valverde1-9/+9
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde11-40/+40
2021-12-19Replace g_snprintf() with snprintf()João Valverde2-14/+14
2021-12-14wslog: Avoid logging any output to stdoutJoão Valverde1-0/+2
2021-12-11Fix extcap-base.[ch] indentationJoão Valverde2-51/+50
2021-12-07extcap: Use standard --log-level and --log-file CLI optionsJoão Valverde2-43/+33
2021-12-06Extcap: Improve the log handler logicJoão Valverde1-6/+14
2021-12-06extcap: Register log handler conditionallyJoão Valverde1-1/+2
2021-12-06Extcap/ssh-base: Use password authentication before keysj.novak@netsystem.cz1-10/+20
2021-12-05Define more log domains for extcapsJoão Valverde7-0/+8
2021-12-03Fix logging with extcapsJoão Valverde10-34/+32
2021-11-30extcap: Add header files to DoxygenMoshe Kaplan5-7/+10
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde1-0/+2
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