aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/androiddump.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-16androiddump: Fix tcpdump encap type signed/unsigned conversion errorMikael Kanstrup1-1/+1
2019-10-10Revert "CMake: Don't install HTML manuals twice"João Valverde1-1/+1
2019-10-09CMake: Don't install HTML manuals twiceJoão Valverde1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde1-1/+1
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-14/+11
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-08If you use data_file_url(), you must first call init_progfile_dir().Guy Harris1-0/+18
2019-02-10extcap: set G_REGEX_RAW to avoid potential crashesPeter Wu1-3/+3
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-1/+1
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-17/+2
2018-11-20androiddump: Don't present the verbose config optionMikael Kanstrup1-4/+0
2018-11-20androiddump: Add packets with same encap type as used when open wtapMikael Kanstrup1-7/+1
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-1/+1
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-3/+4
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-1/+3
2018-10-12Win32: Make extcap utilities console applications.Gerald Combs1-9/+13
2018-05-24androiddump: Fix tcpdump encap type when libwiretap is usedMikael Kanstrup1-2/+6
2018-05-09You have to set tm_isdst before calling mktime().Guy Harris1-0/+2
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 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