aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2017-07-01androiddump: Close socket on failure pathMikael Kanstrup1-0/+3
2017-07-01androiddump: Fix null dereference if linktype not foundMikael Kanstrup1-0/+2
2017-06-30androiddump: Fix leaked linktype stringMikael Kanstrup1-0/+1
2017-06-28androiddump: Fix printf format for size_tStig Bjørlykke1-1/+1
2017-06-27androiddump: Support packet capture on any interface that is upMikael Kanstrup1-32/+101
2017-06-27androiddump: Use Android tcpdump reported data link typeMikael Kanstrup1-1/+54
2017-06-27The 3rd argument to recv() is an int on Windows.Guy Harris1-2/+2
2017-06-27androiddump: Let adb_send funcs generate string length prefixMikael Kanstrup1-37/+55
2017-06-26androiddump: Add helper functions for data link type conversionsMikael Kanstrup1-21/+26
2017-06-26androiddump: Introduce adb_connect_transport helper functionMikael Kanstrup1-359/+96
2017-06-26[RFC]androiddump: Only filter CR/LFs on WindowsMikael Kanstrup1-0/+2
2017-06-15udpdump.c: Don't include epan headers.Michael Mann1-3/+0
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 Harris2-12/+39
2017-04-20Use cfile_write_failure_message() in the randpkt code.Guy Harris1-0/+1
2017-03-27udpdump: fix indent (use tab)Alexis La Goutte1-1/+1
2017-03-27udpdump.c: warning C6262: Function uses '65608' bytes of stack: exceeds /an...Michael Mann1-1/+3
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-03-02Use glib-compatAndersBroman2-10/+2
2017-03-01udpdump: fix recvfrom error on windows.Dario Lombardo1-2/+19
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-24udpdump: fix help.Dario Lombardo1-1/+1
2017-02-24androiddump: Use nonblocking connectMichal Labedzki1-7/+61
2017-02-16g_slist_free_full requires glib 2.28AndersBroman2-0/+10
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 Harris2-7/+7
2017-01-26Clean up some UN*X-vs-Windows socket issues.Guy Harris1-27/+1
2017-01-20sshdump: add sudo option.Dario Lombardo1-9/+19
2017-01-19Populate logcat year based on localtimeFrank Carpenter1-1/+3
2017-01-07extcap: fix memleak via data_file_urlPeter Wu5-5/+20
2016-12-30androiddump: add missing sys/time.h headerBaruch Siach1-0/+4
2016-12-25Fix some narrowing warnings.Guy Harris1-3/+3
2016-12-25udpdump: remove libwireshark dependancy.Dario Lombardo2-34/+96
2016-12-22udpdump: set default value for payloadDario Lombardo1-0/+3
2016-12-20extcap: set help page for all extcaps.Dario Lombardo5-5/+11
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-11-02sshdump: use g_shell_quote in the right way.Dario Lombardo1-1/+1
2016-10-31sshdump: remove default filter from capture mode.Dario Lombardo1-6/+1
2016-10-19androiddump: Fix help - interfacesMichal Labedzki1-14/+21
2016-10-19extcap: put missed parameters into the helpMichal Labedzki7-8/+4
2016-10-15udpdump: fix issues from coverity.Dario Lombardo1-4/+7
2016-10-04sshdump: add remote capture command.Dario Lombardo1-18/+37