aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
Commit message (Expand)AuthorAgeFilesLines
* Fix potential oob write crashesUlf2017-08-231-4/+4
* androiddump: Support 802.11 monitor and nlmon interfacesMikael Kanstrup2017-08-181-0/+6
* androiddump: Fix bt snoop capturingMikael Kanstrup2017-08-171-1/+1
* androiddump: Avoid linktype/encap conversionMikael Kanstrup2017-08-151-39/+15
* extcap: skip custom log if filename is space.Dario Lombardo2017-08-031-2/+4
* extcap: add debug log file feature to extcap-base.Dario Lombardo2017-08-027-30/+89
* extcap: add command line debug function to extcap-base.Dario Lombardo2017-07-277-12/+20
* androiddump: check return value of localtime() before dereference (CID 1400829).Dario Lombardo2017-07-211-6/+8
* androiddump: add a cast to please MSVC x64Pascal Quantin2017-07-211-1/+1
* androiddump: use actual buffer length instead of pointer sizeof.Dario Lombardo2017-07-201-2/+2
* androiddump: Reduce code duplicationMikael Kanstrup2017-07-071-103/+78
* androiddump: Close socket on failure pathMikael Kanstrup2017-07-011-0/+3
* androiddump: Fix null dereference if linktype not foundMikael Kanstrup2017-07-011-0/+2
* androiddump: Fix leaked linktype stringMikael Kanstrup2017-06-301-0/+1
* androiddump: Fix printf format for size_tStig Bjørlykke2017-06-281-1/+1
* androiddump: Support packet capture on any interface that is upMikael Kanstrup2017-06-271-32/+101
* androiddump: Use Android tcpdump reported data link typeMikael Kanstrup2017-06-271-1/+54
* The 3rd argument to recv() is an int on Windows.Guy Harris2017-06-271-2/+2
* androiddump: Let adb_send funcs generate string length prefixMikael Kanstrup2017-06-271-37/+55
* androiddump: Add helper functions for data link type conversionsMikael Kanstrup2017-06-261-21/+26
* androiddump: Introduce adb_connect_transport helper functionMikael Kanstrup2017-06-261-359/+96
* [RFC]androiddump: Only filter CR/LFs on WindowsMikael Kanstrup2017-06-261-0/+2
* udpdump.c: Don't include epan headers.Michael Mann2017-06-151-3/+0
* 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