sniffglue

Fast, multithreaded packet sniffer with TLS/SSL inspection

brewmacoslinux
Try with needOr install directly
Source

About

Secure multithreaded packet sniffer

Commands

sniffglue

Examples

Capture packets on the default network interface$ sniffglue
Capture packets on a specific network interface$ sniffglue -i eth0
Capture packets with a BPF filter for HTTP traffic$ sniffglue 'tcp port 80 or tcp port 443'