aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2018-04-18Remove autotools build system.Dario Lombardo1-85/+0
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders2-2/+0
2018-04-05extcap: Tell utilities the wireshark versionRoland Knall2-0/+4
2018-03-27androiddump: Read btsnoop header separately from rest of dataMikael Kanstrup1-7/+4
2018-03-26androiddump: Update ps command parameter for Android OreoMikael Kanstrup1-1/+4
2018-03-26androiddump: Fix btsnoop net port lookupMikael Kanstrup1-5/+9
2018-03-26androiddump: Fix some error messagesMikael Kanstrup1-2/+2
2018-02-10androiddump: Fix non-blocking connect on WindowsFlorian Bezold1-0/+16
2018-02-10androiddump: Fix and simplify tcpdump captureFlorian Bezold1-192/+89
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-18/+18
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo10-10/+10
2018-01-28androiddump: Raise ADB timeout to 2s for slower devicesFlorian Bezold1-1/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin2-1/+3
2018-01-08androiddump: Fix crash in add_tcpdump_interfacesMikael Kanstrup1-1/+1
2018-01-02androiddump: Support older on-target tcpdump versionsFlorian Bezold1-2/+5
2017-12-18androiddump: Fix adb tcpdump PTY CR/LF handlingFlorian Bezold1-13/+30
2017-12-14ciscodump(extcap): fix 'packet' was marked unused but was used [-Wused-but-ma...Alexis La Goutte1-1/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-3/+0
2017-11-22sshdump: remove extra option check.Dario Lombardo1-5/+0
2017-11-22sshdump: add option to prevent promiscuous mode.Dario Lombardo1-9/+23
2017-11-19Fix (and chop) static build optionJoão Valverde1-30/+0
2017-11-15udpdump: add space.Dario Lombardo1-1/+1
2017-11-12extcap: use SPDX identifiers for licences.Dario Lombardo10-130/+10
2017-11-09extcap: rename interface names.Dario Lombardo2-2/+2
2017-11-09Replace inet_addr() with our inet_pton() wrapperJoão Valverde2-6/+5
2017-11-08udpdump: don't call inet_addr() for every packet.Dario Lombardo1-1/+3
2017-10-16[RFC]androiddump: Support extcap-dlts optionMikael Kanstrup1-3/+30
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+0
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-10-14Some trivial fixes from running cppcheck.Martin Mathieson1-2/+2
2017-09-25udpdump: Add missing include for timeval struct.Jakub Zawadzki1-0/+4
2017-09-24autotools: Use package flags to configure libpcapJoão Valverde1-1/+1
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+1
2017-08-23Fix potential oob write crashesUlf1-4/+4
2017-08-18androiddump: Support 802.11 monitor and nlmon interfacesMikael Kanstrup1-0/+6
2017-08-17androiddump: Fix bt snoop capturingMikael Kanstrup1-1/+1
2017-08-15androiddump: Avoid linktype/encap conversionMikael Kanstrup1-39/+15
2017-08-03extcap: skip custom log if filename is space.Dario Lombardo1-2/+4
2017-08-02extcap: add debug log file feature to extcap-base.Dario Lombardo7-30/+89
2017-07-27extcap: add command line debug function to extcap-base.Dario Lombardo7-12/+20
2017-07-21androiddump: check return value of localtime() before dereference (CID 1400829).Dario Lombardo1-6/+8
2017-07-21androiddump: add a cast to please MSVC x64Pascal Quantin1-1/+1
2017-07-20androiddump: use actual buffer length instead of pointer sizeof.Dario Lombardo1-2/+2
2017-07-07androiddump: Reduce code duplicationMikael Kanstrup1-103/+78
2017-07-01androiddump: Close socket on failure pathMikael Kanstrup1-0/+3
2017-07-01androiddump: Fix null dereference if linktype not foundMikael Kanstrup1-0/+2
2017-06-30androiddump: Fix leaked linktype stringMikael Kanstrup1-0/+1
2017-06-28androiddump: Fix printf format for size_tStig Bjørlykke1-1/+1
2017-06-27androiddump: Support packet capture on any interface that is upMikael Kanstrup1-32/+101
2017-06-27androiddump: Use Android tcpdump reported data link typeMikael Kanstrup1-1/+54