aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2018-06-21Fix build paths for cmake's Xcode project generator on macOS.David Kreitschmann1-10/+17
2018-05-26udpdump: add error message from libwritecap.Dario Lombardo1-2/+2
2018-05-26ciscodump: check return value of libpcap_write_packet (CID: 1435606).Dario Lombardo1-1/+5
2018-05-24extcap: set EXTCAP_DIR in the root cmake file and propagate it.Dario Lombardo1-11/+0
2018-05-24androiddump: Fix tcpdump encap type when libwiretap is usedMikael Kanstrup1-2/+6
2018-05-23make our version of nla_for_each_nested() publicMartin Kaiser1-0/+1
2018-05-19cmake: move extcap sections to extcap/CMakeLists.txt.Dario Lombardo1-0/+226
2018-05-18randpktdump: use boolflag instead of boolean in config.Dario Lombardo1-15/+6
2018-05-18dpauxmon: remove precision loss in dump_packet.Dario Lombardo1-2/+2
2018-05-17dpauxmon (extcap): fix no previous prototype for function 'nl_receive_timeout...Alexis La Goutte1-1/+1
2018-05-14extcap: Support for DisplayPort AUX channel monitorsDirk Eibach2-0/+625
2018-05-09You have to set tm_isdst before calling mktime().Guy Harris1-0/+2
2018-05-08sshdump/ciscodump: use groups in config.Dario Lombardo3-32/+34
2018-05-02extcap-base.c: fix compilation with gcc 8Pascal Quantin1-7/+4
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