aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-1/+1
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-3/+4
2018-11-14extcap: save debug flag and use it to activate ssh debug.Dario Lombardo6-0/+18
2018-11-14ssh-base: define a struct for storing ssh parameters.Dario Lombardo4-94/+101
2018-11-14ssh-base: support libssh config file.Dario Lombardo1-11/+23
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-1/+3
2018-11-11sshdump: fix generation of error message from remote side.Dario Lombardo1-1/+1
2018-11-10sshdump: fix some debug messages.Dario Lombardo1-3/+3
2018-11-10ssh-base: fix wrong type for ssh port.Dario Lombardo2-2/+2
2018-11-07extcap: Cleanup an if-statementStig Bjørlykke1-4/+2
2018-11-05extcap: add option to set proxycommand to ssh sessions.Dario Lombardo4-11/+43
2018-11-05extcap: change boolean to boolflag for --debug option.Dario Lombardo2-2/+2
2018-11-05extcap: fix return value in extcap_base_parse_options().Dario Lombardo1-1/+5
2018-11-03sshdump: add missing space.Dario Lombardo1-1/+1
2018-10-12Win32: Make extcap utilities console applications.Gerald Combs9-106/+74
2018-10-10Windows: Make our program details more consistent.Gerald Combs1-0/+7
2018-10-01Add a systemd Journal Export extcap.Gerald Combs2-0/+474
2018-08-23CMake: Clean up and homogenize plugin dir configurationJoão Valverde1-7/+7
2018-08-22Revert "CMake: Clean up plugin dirs"João Valverde1-7/+7
2018-08-21CMake: Clean up plugin dirsJoão Valverde1-7/+7
2018-07-19Extcap programs must write to the packet pipe in binary mode.Guy Harris3-3/+3
2018-07-01randpktdump: add --delay optionPeter Wu1-2/+16
2018-06-21Fix build paths for cmake's Xcode project generator on macOS.David Kreitschmann1-10/+17
2018-05-26udpdump: add error message from libwritecap.Dario Lombardo1-2/+2
2018-05-26ciscodump: check return value of libpcap_write_packet (CID: 1435606).Dario Lombardo1-1/+5
2018-05-24extcap: set EXTCAP_DIR in the root cmake file and propagate it.Dario Lombardo1-11/+0
2018-05-24androiddump: Fix tcpdump encap type when libwiretap is usedMikael Kanstrup1-2/+6
2018-05-23make our version of nla_for_each_nested() publicMartin Kaiser1-0/+1
2018-05-19cmake: move extcap sections to extcap/CMakeLists.txt.Dario Lombardo1-0/+226
2018-05-18randpktdump: use boolflag instead of boolean in config.Dario Lombardo1-15/+6
2018-05-18dpauxmon: remove precision loss in dump_packet.Dario Lombardo1-2/+2
2018-05-17dpauxmon (extcap): fix no previous prototype for function 'nl_receive_timeout...Alexis La Goutte1-1/+1
2018-05-14extcap: Support for DisplayPort AUX channel monitorsDirk Eibach2-0/+625
2018-05-09You have to set tm_isdst before calling mktime().Guy Harris1-0/+2
2018-05-08sshdump/ciscodump: use groups in config.Dario Lombardo3-32/+34
2018-05-02extcap-base.c: fix compilation with gcc 8Pascal Quantin1-7/+4
2018-04-18Remove autotools build system.Dario Lombardo1-85/+0
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders2-2/+0
2018-04-05extcap: Tell utilities the wireshark versionRoland Knall2-0/+4
2018-03-27androiddump: Read btsnoop header separately from rest of dataMikael Kanstrup1-7/+4
2018-03-26androiddump: Update ps command parameter for Android OreoMikael Kanstrup1-1/+4
2018-03-26androiddump: Fix btsnoop net port lookupMikael Kanstrup1-5/+9
2018-03-26androiddump: Fix some error messagesMikael Kanstrup1-2/+2
2018-02-10androiddump: Fix non-blocking connect on WindowsFlorian Bezold1-0/+16
2018-02-10androiddump: Fix and simplify tcpdump captureFlorian Bezold1-192/+89
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-18/+18
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo10-10/+10
2018-01-28androiddump: Raise ADB timeout to 2s for slower devicesFlorian Bezold1-1/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin2-1/+3
2018-01-08androiddump: Fix crash in add_tcpdump_interfacesMikael Kanstrup1-1/+1