aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2022-09-20ciscodump(extcap): Fix DeadStoreAlexis La Goutte1-1/+0
2022-09-10Dissector names are not protocol names.Guy Harris2-4/+4
2022-08-29extcap: Add falcodump.Gerald Combs3-1/+680
2022-08-29extcap: Signal processing unified for C based extcapsj.novak@netsystem.cz5-85/+94
2022-08-12sshdump: may be used uninitialized in this function [-Wmaybe-uninitialized]Joakim Karlsson1-1/+1
2022-08-10sshdump: add option to select dumpcap as remote capture commandJaap Keuter1-15/+65
2022-07-22ciscodump: Added support for IOS XE and ASAJirka Novak1-90/+86
2022-07-22ciscodump: Added support for IOS XE and ASAJirka Novak1-7/+19
2022-07-22Removed useless functionJirka Novak1-10/+0
2022-07-22Fixed issue in processing filters for ASAJirka Novak1-1/+1
2022-07-22ciscodump: Added support for IOS XE and ASAJirka Novak1-128/+1606
2022-05-05ETW: Extract IP packets from Windows event traceOdysseus Yang3-19/+757
2022-04-28sshdump: Update doc for openssh key noteRoland Knall1-2/+2
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