aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
Commit message (Expand)AuthorAgeFilesLines
* More PVS-Studio issues flagged by Valerii Zapodovnikov.Martin Mathieson2020-05-171-8/+4
* randpktdump: Initialize print error handlerTomasz Moń2019-09-151-0/+9
* sshdump: fix bug in --remote-sudo.Dario Lombardo2019-06-191-2/+2
* If you use data_file_url(), you must first call init_progfile_dir().Guy Harris2019-04-085-0/+90
* sshdump: fix generation of error message from remote side.Dario Lombardo2018-11-111-1/+1
* sshdump: fix some debug messages.Dario Lombardo2018-11-101-3/+3
* ssh-base: fix wrong type for ssh port.Dario Lombardo2018-11-102-2/+2
* Extcap programs must write to the packet pipe in binary mode.Guy Harris2018-07-192-2/+2
* androiddump: Fix tcpdump encap type when libwiretap is usedMikael Kanstrup2018-05-281-2/+6
* You have to set tm_isdst before calling mktime().Guy Harris2018-05-091-0/+2
* extcap-base.c: fix compilation with gcc 8Pascal Quantin2018-05-021-7/+5
* androiddump: Read btsnoop header separately from rest of dataMikael Kanstrup2018-03-271-7/+4
* androiddump: Update ps command parameter for Android OreoMikael Kanstrup2018-03-261-1/+4
* androiddump: Fix btsnoop net port lookupMikael Kanstrup2018-03-261-5/+9
* androiddump: Fix some error messagesMikael Kanstrup2018-03-261-2/+2
* androiddump: Fix non-blocking connect on WindowsFlorian Bezold2018-02-101-0/+16
* androiddump: Fix and simplify tcpdump captureFlorian Bezold2018-02-101-192/+89
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-18/+18
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-0810-10/+10
* androiddump: Raise ADB timeout to 2s for slower devicesFlorian Bezold2018-01-281-1/+1
* wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin2018-01-092-1/+3
* androiddump: Fix crash in add_tcpdump_interfacesMikael Kanstrup2018-01-081-1/+1
* androiddump: Support older on-target tcpdump versionsFlorian Bezold2018-01-021-2/+5
* androiddump: Fix adb tcpdump PTY CR/LF handlingFlorian Bezold2017-12-181-13/+30
* ciscodump(extcap): fix 'packet' was marked unused but was used [-Wused-but-ma...Alexis La Goutte2017-12-141-1/+1
* Refactor plugin registration and loadingJoão Valverde2017-12-141-3/+0
* sshdump: remove extra option check.Dario Lombardo2017-11-221-5/+0
* sshdump: add option to prevent promiscuous mode.Dario Lombardo2017-11-221-9/+23
* Fix (and chop) static build optionJoão Valverde2017-11-191-30/+0
* udpdump: add space.Dario Lombardo2017-11-151-1/+1
* extcap: use SPDX identifiers for licences.Dario Lombardo2017-11-1210-130/+10
* extcap: rename interface names.Dario Lombardo2017-11-092-2/+2
* Replace inet_addr() with our inet_pton() wrapperJoão Valverde2017-11-092-6/+5
* udpdump: don't call inet_addr() for every packet.Dario Lombardo2017-11-081-1/+3
* [RFC]androiddump: Support extcap-dlts optionMikael Kanstrup2017-10-161-3/+30
* autotools: make maintainer-clean should allow rerunning 'configure'João Valverde2017-10-151-3/+0
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-2/+1
* Some trivial fixes from running cppcheck.Martin Mathieson2017-10-141-2/+2
* udpdump: Add missing include for timeval struct.Jakub Zawadzki2017-09-251-0/+4
* autotools: Use package flags to configure libpcapJoão Valverde2017-09-241-1/+1
* plugins: config.h must not be included by public headersJoão Valverde2017-09-061-0/+1
* Fix potential oob write crashesUlf2017-08-231-4/+4
* androiddump: Support 802.11 monitor and nlmon interfacesMikael Kanstrup2017-08-181-0/+6
* androiddump: Fix bt snoop capturingMikael Kanstrup2017-08-171-1/+1
* androiddump: Avoid linktype/encap conversionMikael Kanstrup2017-08-151-39/+15
* extcap: skip custom log if filename is space.Dario Lombardo2017-08-031-2/+4
* extcap: add debug log file feature to extcap-base.Dario Lombardo2017-08-027-30/+89
* extcap: add command line debug function to extcap-base.Dario Lombardo2017-07-277-12/+20
* androiddump: check return value of localtime() before dereference (CID 1400829).Dario Lombardo2017-07-211-6/+8
* androiddump: add a cast to please MSVC x64Pascal Quantin2017-07-211-1/+1