pcapmirror

Capture network traffic from remote hosts via TZSP or ERSPAN

brewmacoslinux
Try with needOr install directly
Source

About

Tool for capturing network traffic on remote host using TZSP or ERSPAN

Commands

pcapmirror

Examples

Capture TZSP traffic from remote host and save to pcap file$ pcapmirror -i eth0 -o capture.pcap -t 192.168.1.100
Capture ERSPAN traffic and pipe to Wireshark for live analysis$ pcapmirror -i eth0 -e | wireshark -k -i -
Display captured packets in real-time with verbose output$ pcapmirror -i eth0 -t 192.168.1.100 -v