aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
Commit message (Expand)AuthorAgeFilesLines
* 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-212-12/+39
* Use cfile_write_failure_message() in the randpkt code.Guy Harris2017-04-201-0/+1
* udpdump: fix indent (use tab)Alexis La Goutte2017-03-271-1/+1
* udpdump.c: warning C6262: Function uses '65608' bytes of stack: exceeds /an...Michael Mann2017-03-271-1/+3
* 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
* Use glib-compatAndersBroman2017-03-022-10/+2
* udpdump: fix recvfrom error on windows.Dario Lombardo2017-03-011-2/+19
* 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
* udpdump: fix help.Dario Lombardo2017-02-241-1/+1
* androiddump: Use nonblocking connectMichal Labedzki2017-02-241-7/+61
* g_slist_free_full requires glib 2.28AndersBroman2017-02-162-0/+10
* 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-262-7/+7
* Clean up some UN*X-vs-Windows socket issues.Guy Harris2017-01-261-27/+1
* sshdump: add sudo option.Dario Lombardo2017-01-201-9/+19
* Populate logcat year based on localtimeFrank Carpenter2017-01-191-1/+3
* extcap: fix memleak via data_file_urlPeter Wu2017-01-075-5/+20
* androiddump: add missing sys/time.h headerBaruch Siach2016-12-301-0/+4
* Fix some narrowing warnings.Guy Harris2016-12-251-3/+3
* udpdump: remove libwireshark dependancy.Dario Lombardo2016-12-252-34/+96
* udpdump: set default value for payloadDario Lombardo2016-12-221-0/+3
* extcap: set help page for all extcaps.Dario Lombardo2016-12-205-5/+11
* 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
* sshdump: use g_shell_quote in the right way.Dario Lombardo2016-11-021-1/+1
* sshdump: remove default filter from capture mode.Dario Lombardo2016-10-311-6/+1
* androiddump: Fix help - interfacesMichal Labedzki2016-10-191-14/+21
* extcap: put missed parameters into the helpMichal Labedzki2016-10-197-8/+4
* udpdump: fix issues from coverity.Dario Lombardo2016-10-151-4/+7
* sshdump: add remote capture command.Dario Lombardo2016-10-041-18/+37
* sshdump: use tcpdump as default capture binary.Dario Lombardo2016-10-041-28/+6
* sshdump: restyle the output write routine.Dario Lombardo2016-09-261-27/+55
* Udpdump: Fix g_debug() for ssize_t buflenUli Heilmeier2016-09-241-1/+1
* 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
* udpdump: use socket_handle_t instead of int for portability.Dario Lombardo2016-09-161-11/+11
* extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo2016-09-166-31/+53
* ws_strou16() now takes three arguments.Guy Harris2016-09-161-1/+1
* extcap: add udpdump.Dario Lombardo2016-09-162-2/+436
* sshdump: remove -P.Dario Lombardo2016-09-131-1/+1
* androiddump: fix memleaksPeter Wu2016-09-121-23/+35
* extcap-base: fix memleak from help optionsPeter Wu2016-09-101-4/+5