I'm trying to configure WireShark to pickup the inbound traffic on my Cisco ASA Concentrator. When i launch Wireshark it automatically picks up my local adapters. How can I configure WireShark to pickup the traffic on my ASA's adapter? asked 01 Aug '11, 11:55 c1n29 |
2 Answers:
answered 01 Aug '11, 19:15 cmaynard ♦♦ |
Wireshark can not capture directly from a Cisco ASA. You can either capture packets on the ASA and then export them to a file for Wireshark to read. Or you will need to capture the packets inline, have a look at the link in the other answer to see how that can be done. answered 03 Aug '11, 01:18 SYN-bit ♦♦ |