aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
Commit message (Expand)AuthorAgeFilesLines
* Fix (and chop) static build optionJoão Valverde2017-11-191-30/+0
* udpdump: add space.Dario Lombardo2017-11-151-1/+1
* extcap: use SPDX identifiers for licences.Dario Lombardo2017-11-1210-130/+10
* extcap: rename interface names.Dario Lombardo2017-11-092-2/+2
* Replace inet_addr() with our inet_pton() wrapperJoão Valverde2017-11-092-6/+5
* udpdump: don't call inet_addr() for every packet.Dario Lombardo2017-11-081-1/+3
* [RFC]androiddump: Support extcap-dlts optionMikael Kanstrup2017-10-161-3/+30
* autotools: make maintainer-clean should allow rerunning 'configure'João Valverde2017-10-151-3/+0
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-2/+1
* Some trivial fixes from running cppcheck.Martin Mathieson2017-10-141-2/+2
* udpdump: Add missing include for timeval struct.Jakub Zawadzki2017-09-251-0/+4
* autotools: Use package flags to configure libpcapJoão Valverde2017-09-241-1/+1
* plugins: config.h must not be included by public headersJoão Valverde2017-09-061-0/+1
* 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