URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a6921c79ab84b1729ed47372118cdf1b0b38875a
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a6921c7 by Dario Lombardo (lomato@xxxxxxxxx):
extcap: add ciscodump.
Ciscodump is a new extcap that allows packet capture
on Cisco routers (IOS 12.4 and later) through SSH.
Change-Id: Ic9c5be01d3bd0112116f7fc9fa10e26c1552b007
Reviewed-on: https://code.wireshark.org/review/13886
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 2e98866 MySQL: Decoding of the header of compressed packets
adds a6921c7 extcap: add ciscodump.
Summary of changes:
CMakeLists.txt | 29 +-
CMakeOptions.txt | 1 +
config.nmake | 2 +-
configure.ac | 57 +++-
doc/CMakeLists.txt | 3 +
doc/ciscodump.pod | 231 +++++++++++++++
extcap/Makefile.am | 19 +-
extcap/Makefile.common | 8 +-
extcap/Makefile.nmake | 27 +-
extcap/ciscodump.c | 735 ++++++++++++++++++++++++++++++++++++++++++++++++
extcap/ssh-base.c | 17 ++
extcap/ssh-base.h | 14 +
12 files changed, 1119 insertions(+), 24 deletions(-)
create mode 100644 doc/ciscodump.pod
create mode 100644 extcap/ciscodump.c