I'm use:
And latest ssldump:
When I try start it with decryption - got error:
I have installed libpcap:
I found one reference about possible problems with some network interfaces in ssldump man-page:
So I tried to run ssldump with lo0:
So - how I can run ssldump with packet decryption? Where is my mistake?
Thanks.
Code:
# uname -ro
FreeBSD 9.0-RELEASE-p3
And latest ssldump:
Code:
# pkg_info | grep ssldump
ssldump-0.9b3_4 SSLv3/TLS network protocol analyzer
When I try start it with decryption - got error:
Code:
# ssldump -Xnd -i em0 port 8443 -k name.pem -p password
PCAP: syntax error
I have installed libpcap:
Code:
# pkg_info | grep libpcap
dnstop-20121017 Captures and analyzes DNS traffic (or analyzes libpcap dump
libpcap-1.4.0 Ubiquitous network traffic capture library
I found one reference about possible problems with some network interfaces in ssldump man-page:
Support is provided for only for Ethernet and loopback interfaces
So I tried to run ssldump with lo0:
Code:
# ssldump -Xnd -i lo0 port 8443 -k name.pem -p password
PCAP: syntax error
So - how I can run ssldump with packet decryption? Where is my mistake?
Thanks.