aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2019-03-17Don't cast away constness if you don't have to.Guy Harris1-2/+2
2019-02-10extcap: set G_REGEX_RAW to avoid potential crashesPeter Wu2-4/+4
2019-01-31CMake: rewrite FindSystemd.cmake filePeter Wu1-3/+0
2019-01-27sshdump: leave username, port and interface unset by defaultPeter Wu1-15/+20
2019-01-23CMake: fix failure to locate zlib (and possibly libssh)Peter Wu1-2/+6
2019-01-22extcap: remove dependencies from ui.Dario Lombardo1-2/+0
2019-01-22CMake: Set a direct rpath for librariesJoão Valverde1-9/+5
2019-01-20CMake: do not set RPATH when installing to a system directoryPeter Wu1-2/+3
2019-01-20CMake: Replace PACKAGELIST magicJoão Valverde1-3/+9
2019-01-12CMake: use object libraries to avoid redundant buildsPeter Wu1-20/+31
2019-01-05Remove comment whose meaning is unclear at best.Guy Harris1-2/+0
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu5-5/+5
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-1/+1
2018-12-26ssh-base: fix no previous prototype for ‘extcap_log’ [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2018-12-18writecap: rename pcapng_write_session_block to _section_blockJaap Keuter1-1/+1
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris7-86/+15
2018-12-03CMake: Use $ORIGIN with RPATHJoão Valverde1-0/+5
2018-11-20androiddump: Don't present the verbose config optionMikael Kanstrup1-4/+0
2018-11-20androiddump: Add packets with same encap type as used when open wtapMikael Kanstrup1-7/+1
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