aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/androiddump.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential oob write crashesUlf2017-08-231-4/+4
* Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris2017-05-111-13/+1
* Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris2017-05-111-0/+12
* Use the cfile_ failure_message routines in androiddump.Guy Harris2017-04-211-12/+38
* androiddump: Fix tcpdump op prec bug with used_buffer_length calcMikael Kanstrup2017-03-231-1/+1
* androiddump: Fix a typeStig Bjørlykke2017-03-071-1/+1
* androiddump: Add ignore log-buffer and custom-options for logcat-textMichal Labedzki2017-03-071-21/+81
* androiddump: Use only non-blocking connect() instead of the socketMichal Labedzki2017-02-281-0/+2
* androiddump: Set connect socket to non-blocking on WindowsMichael Mann2017-02-261-0/+4
* androiddump: Use nonblocking connectMichal Labedzki2017-02-241-7/+61
* androiddump: fix compilation with ANDROIDDUMP_USE_LIBPCAP definePascal Quantin2017-02-141-0/+3
* wiretap: add cleanup routine.Dario Lombardo2017-02-141-1/+1
* Cast arguments to socklen_t.Guy Harris2017-01-261-4/+4
* Populate logcat year based on localtimeFrank Carpenter2017-01-191-1/+3
* extcap: fix memleak via data_file_urlPeter Wu2017-01-071-1/+4
* androiddump: add missing sys/time.h headerBaruch Siach2016-12-301-0/+4
* extcap: set help page for all extcaps.Dario Lombardo2016-12-201-1/+2
* androiddump: Add support for Bluetooth on Android 7.0Michal Labedzki2016-12-051-2/+9
* Have a routine to do all the work of initializing libwiretap.Guy Harris2016-12-041-2/+1
* androiddump: check return value in useSndTimeout() (CID 1394378).Dario Lombardo2016-11-181-2/+5
* androiddump: Set socket connect() timeout to 500msMichal Labedzki2016-11-101-1/+24
* androiddump: Fix help - interfacesMichal Labedzki2016-10-191-14/+21
* extcap: put missed parameters into the helpMichal Labedzki2016-10-191-2/+0
* Type and size cleanups.Guy Harris2016-09-161-8/+39
* Add ws_hexstrtou{bits} and use ws_hexstrtou32 in androiddump.Guy Harris2016-09-161-2/+6
* extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo2016-09-161-4/+14
* androiddump: fix memleaksPeter Wu2016-09-121-23/+35
* extcap: improve interface print in help.Dario Lombardo2016-08-261-1/+15
* extcap: add binary name and version to help message.Dario Lombardo2016-08-251-1/+2
* extcap: make extcaps use the version registered in config.Dario Lombardo2016-08-241-1/+1
* androiddump: use socklen_t (32bit) instead of gssize (64bit) (CID 1293384).Dario Lombardo2016-08-111-3/+4
* androiddump: fix bug in socket retry (CID 1293391).Dario Lombardo2016-08-091-4/+4
* extcap: restyle the help function.Dario Lombardo2016-08-041-26/+27
* extcap: restyle the output subsystem.Dario Lombardo2016-08-041-208/+178
* androiddump.c - Address VS Code Analysis warnings.Michael Mann2016-07-161-3/+3
* Have extcap executables mirror the GTK's WinMain signature.Michael Mann2016-07-161-2/+6
* androiddump.c: Use preprocessor directive to distinguish E_AGAIN and E_WOULDB...Michael Mann2016-07-141-9/+60
* androiddump: fix leak (CID 1293387).Dario Lombardo2016-07-041-0/+1
* androiddump: fix leak on --extcap-interfacesPeter Wu2016-06-151-0/+2
* androiddump: Add model name to user-friendly interface nameMichal Labedzki2016-05-181-21/+40
* androiddump 1.0.3: Return more specific error codesMichal Labedzki2016-04-191-149/+199
* androiddump: Change insecure sprint into g_snprintfMichal Labedzki2016-04-061-20/+140
* androiddump: Fix crash on start capturingMichal Labedzki2016-04-041-0/+6
* androiddump: Register interfaces when list interfacesMichal Labedzki2016-04-021-3/+3
* androiddump 1.0.2: Fix a lot of usage of recv()Michal Labedzki2016-03-121-73/+171
* androiddump: change first error message into verbose_print()Dario Lombardo2016-03-041-1/+1
* extcap: Move extcap handling to baseRoland Knall2016-02-291-120/+81
* extcap: move windows functions into extcap-baseDario Lombardo2016-02-261-46/+0
* extcap: move includes into extcap-base.Dario Lombardo2016-02-251-32/+0
* extcap: move common code into extcap-base filesDario Lombardo2016-02-251-255/+140