You can use the capture command on the Cisco ASA for some simple traffic analysis.
access-list capture_ip_traffic permit ip any any
capture capture_ip_traffic access-list capture_ip_traffic interface outside
show capture capture_ip_traffic
You can also copy the pcap file to a system and use Wireshark to analyze the traffic.
Leave a comment