aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/androiddump.c
AgeCommit message (Expand)AuthorFilesLines
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 Lombardo1-1/+1
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 Quantin1-1/+1
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-14Refactor plugin registration and loadingJoão Valverde1-3/+0
2017-11-12extcap: use SPDX identifiers for licences.Dario Lombardo1-13/+1
2017-11-09Replace inet_addr() with our inet_pton() wrapperJoão Valverde1-3/+4
2017-10-16[RFC]androiddump: Support extcap-dlts optionMikael Kanstrup1-3/+30
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-02extcap: add debug log file feature to extcap-base.Dario Lombardo1-27/+34
2017-07-27extcap: add command line debug function to extcap-base.Dario Lombardo1-0/+2
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
2017-06-27The 3rd argument to recv() is an int on Windows.Guy Harris1-2/+2
2017-06-27androiddump: Let adb_send funcs generate string length prefixMikael Kanstrup1-37/+55
2017-06-26androiddump: Add helper functions for data link type conversionsMikael Kanstrup1-21/+26
2017-06-26androiddump: Introduce adb_connect_transport helper functionMikael Kanstrup1-359/+96
2017-06-26[RFC]androiddump: Only filter CR/LFs on WindowsMikael Kanstrup1-0/+2
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris1-13/+1
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris1-0/+12
2017-04-21Use the cfile_ failure_message routines in androiddump.Guy Harris1-12/+38
2017-03-23androiddump: Fix tcpdump op prec bug with used_buffer_length calcMikael Kanstrup1-1/+1
2017-03-07androiddump: Fix a typeStig Bjørlykke1-1/+1
2017-03-07androiddump: Add ignore log-buffer and custom-options for logcat-textMichal Labedzki1-21/+81
2017-02-28androiddump: Use only non-blocking connect() instead of the socketMichal Labedzki1-0/+2
2017-02-26androiddump: Set connect socket to non-blocking on WindowsMichael Mann1-0/+4
2017-02-24androiddump: Use nonblocking connectMichal Labedzki1-7/+61
2017-02-14androiddump: fix compilation with ANDROIDDUMP_USE_LIBPCAP definePascal Quantin1-0/+3
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-1/+1
2017-01-26Cast arguments to socklen_t.Guy Harris1-4/+4
2017-01-19Populate logcat year based on localtimeFrank Carpenter1-1/+3
2017-01-07extcap: fix memleak via data_file_urlPeter Wu1-1/+4
2016-12-30androiddump: add missing sys/time.h headerBaruch Siach1-0/+4
2016-12-20extcap: set help page for all extcaps.Dario Lombardo1-1/+2