aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/androiddump.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-05androiddump: Add support for Bluetooth on Android 7.0Michal Labedzki1-2/+9
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-2/+1
2016-11-18androiddump: check return value in useSndTimeout() (CID 1394378).Dario Lombardo1-2/+5
2016-11-10androiddump: Set socket connect() timeout to 500msMichal Labedzki1-1/+24
2016-10-19androiddump: Fix help - interfacesMichal Labedzki1-14/+21
2016-10-19extcap: put missed parameters into the helpMichal Labedzki1-2/+0
2016-09-16Type and size cleanups.Guy Harris1-8/+39
2016-09-16Add ws_hexstrtou{bits} and use ws_hexstrtou32 in androiddump.Guy Harris1-2/+6
2016-09-16extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo1-4/+14
2016-09-12androiddump: fix memleaksPeter Wu1-23/+35
2016-08-26extcap: improve interface print in help.Dario Lombardo1-1/+15
2016-08-25extcap: add binary name and version to help message.Dario Lombardo1-1/+2
2016-08-24extcap: make extcaps use the version registered in config.Dario Lombardo1-1/+1
2016-08-11androiddump: use socklen_t (32bit) instead of gssize (64bit) (CID 1293384).Dario Lombardo1-3/+4
2016-08-09androiddump: fix bug in socket retry (CID 1293391).Dario Lombardo1-4/+4
2016-08-04extcap: restyle the help function.Dario Lombardo1-26/+27
2016-08-04extcap: restyle the output subsystem.Dario Lombardo1-208/+178
2016-07-16androiddump.c - Address VS Code Analysis warnings.Michael Mann1-3/+3
2016-07-16Have extcap executables mirror the GTK's WinMain signature.Michael Mann1-2/+6
2016-07-14androiddump.c: Use preprocessor directive to distinguish E_AGAIN and E_WOULDB...Michael Mann1-9/+60
2016-07-04androiddump: fix leak (CID 1293387).Dario Lombardo1-0/+1
2016-06-15androiddump: fix leak on --extcap-interfacesPeter Wu1-0/+2
2016-05-18androiddump: Add model name to user-friendly interface nameMichal Labedzki1-21/+40
2016-04-19androiddump 1.0.3: Return more specific error codesMichal Labedzki1-149/+199
2016-04-06androiddump: Change insecure sprint into g_snprintfMichal Labedzki1-20/+140
2016-04-04androiddump: Fix crash on start capturingMichal Labedzki1-0/+6
2016-04-02androiddump: Register interfaces when list interfacesMichal Labedzki1-3/+3
2016-03-12androiddump 1.0.2: Fix a lot of usage of recv()Michal Labedzki1-73/+171
2016-03-04androiddump: change first error message into verbose_print()Dario Lombardo1-1/+1
2016-02-29extcap: Move extcap handling to baseRoland Knall1-120/+81
2016-02-26extcap: move windows functions into extcap-baseDario Lombardo1-46/+0
2016-02-25extcap: move includes into extcap-base.Dario Lombardo1-32/+0
2016-02-25extcap: move common code into extcap-base filesDario Lombardo1-255/+140
2016-02-13androiddump: fix logical ‘or’ of equal expressions [-Werror=logical-op] f...Alexis La Goutte1-9/+9