aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2020-12-09sshdump: fix detection of custom version in WindowsPascal Quantin1-0/+4
2020-12-09Fix various spelling errors.Guy Harris1-1/+1
2020-12-02MBIM: Update dissector to support DLT_ETWOdysseus Yang6-0/+1245
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-3/+4
2020-08-09wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris1-2/+9
2020-07-18sshdump: allow for multiple instances.Dario Lombardo1-6/+17
2020-07-16extcap: put the code to add lissh version information into a common routine.Guy Harris4-4/+13
2020-07-16extcap: assume we're using libssh 0.6 or later.Guy Harris3-29/+2
2020-07-16extcap: get the libssh version string from the libssh.h header.Guy Harris1-0/+19
2020-07-16extcap: clean up the version number handling.Guy Harris9-23/+41
2020-07-16extcap-base: no need to get the basename of the executable path twice.Guy Harris1-4/+1
2020-07-15Show the version of libssh being used, if possible.Guy Harris4-5/+22
2020-07-15extcap: add libssh version info to sshdump and ciscodump.Dario Lombardo4-0/+10
2020-07-15extcap: improve version output for all extcaps.Dario Lombardo1-2/+7
2020-06-14sshdump: remove redundant ssh_userauth_agent callPeter Wu2-13/+0
2020-05-09More PVS-Studio issues flagged by Valerii Zapodovnikov.Martin Mathieson1-8/+4
2020-04-15sshdump: Use Open dialog for SSH private keyTomasz Moń1-1/+1
2020-03-15More modeline fixes to put HT tab stops every 8 characters.Guy Harris2-7/+7
2020-02-10extcap: Fix packet time calculationErwin Rol2-5/+8
2020-01-25androiddump: Link against libwiretap and libwsutilJeroen Roovers1-0/+3
2020-01-18androiddump: Provide fifo argument to g_warning()Jeroen Roovers1-3/+3
2019-10-16androiddump: Fix tcpdump encap type signed/unsigned conversion errorMikael Kanstrup1-1/+1
2019-10-10Revert "CMake: Don't install HTML manuals twice"João Valverde6-6/+6
2019-10-09CMake: Don't install HTML manuals twiceJoão Valverde6-6/+6
2019-09-24randpktdump: Remove misleading tooltipTomasz Moń1-1/+1
2019-09-14randpktdump: Initialize print error handlerTomasz Moń1-0/+8
2019-09-10CMake: Fix extcap symlinks on macOS.Gerald Combs1-1/+1
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