aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris2-2/+2
2019-06-19sshdump: fix bug in --remote-sudo.Dario Lombardo1-2/+2
2019-05-24CMake+macOS: Use symlinks for our CLI utilities.Gerald Combs1-7/+8
2019-05-17Fix some signedness warnings.Guy Harris2-12/+12
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde1-1/+1
2019-05-03CMake: Add libpcap imported library targetJoão Valverde1-1/+1
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris6-77/+59
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs6-5/+11
2019-04-08If you use data_file_url(), you must first call init_progfile_dir().Guy Harris7-0/+126
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