aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-07-16 15:39:54 +0200
committerAnders Broman <a.broman58@gmail.com>2020-07-18 04:04:59 +0000
commita60bc4da846a32824fa4f60871fb6c16eb0067e5 (patch)
treee4150ce4fe5385187d25b9cef964012f45f4b95e /doc
parentb15ebdf0ab423c2f1fdd233e02d4498baa94096e (diff)
sshdump: allow for multiple instances.
sshdump can now be copied in multiple instances. Each instance will show up a different interface and will have its own profile. This will help users connecting to different hosts. Instead of changing profiles, sshdump can be cloned, and each instance will be used for a single host. Change-Id: If4fb42cf78021c6f16213ae91cbf41ec7f61ca77 Reviewed-on: https://code.wireshark.org/review/37883 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/sshdump.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/sshdump.pod b/doc/sshdump.pod
index b60e458efd..bd5b330254 100644
--- a/doc/sshdump.pod
+++ b/doc/sshdump.pod
@@ -230,6 +230,11 @@ To use different capture binaries:
NOTE: To stop capturing CTRL+C/kill/terminate application.
+The sshdump binary can be renamed to support multiple isntances. For instance if we want sshdump
+to show up twice in wireshark (for instance to handle multiple profiles), we can copy sshdump to
+sshdump-host1 and sshdump-host2. Each binary will show up an interface name same as the executable
+name. Those executables not being "sshdump" will show up as "custom version" in the interface description.
+
=head1 SEE ALSO
wireshark(1), tshark(1), dumpcap(1), extcap(4), tcpdump(1)