aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorJirka Novak <j.novak@netsystem.cz>2021-11-17 22:54:23 +0100
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-07-22 15:55:28 +0000
commit1e53e49a548fb7675bab8f3bd437414511a03b0d (patch)
tree039c7ffccfc64ed548b9b7cd638b603a1a27d9a4 /docbook
parent9d284afa907e8ba21930f9492cb3131667db0c7f (diff)
ciscodump: Added support for IOS XE and ASA
Changes: - The tool now recognizes which software is running on a device - IOS, IOS XE or ASA. Based on it, it uses correct sequence of commands to setup capture, read captured packets and clear the capture. - The tool reads packets on the fly so you don't have to wait till --remote-count of packets is reached. - The tool reads timestamps from capture on the device for IOS and ASA (on IOS-XE, there is no timestamp in dump). - Except Windows platform the tool handles early stop of capture on the device and clear of capture buffer on the device (it finish the capture). - There are special interface names to allow the tool to generate specific capture types. - Documentation updated. Closes #17672.
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc
index 5fcfd68928..ca755c26cb 100644
--- a/docbook/release-notes.adoc
+++ b/docbook/release-notes.adoc
@@ -205,6 +205,8 @@ They previously shipped with Qt 5.12.2.
* The Event Tracing for Windows (ETW) file reader now supports displaying IP packets from an event trace logfile or an event trace live session.
+* ciscodump now supports IOS, IOS-XE and ASA remote capturing
+
=== Removed Features and Support
* The CMake options starting with DISABLE_something were renamed ENABLE_something for consistency.