Can anyone explain this possibly with a tutorial or example?
Printable View
Can anyone explain this possibly with a tutorial or example?
from:
http://www.tcpdump.org/tcpdump_man.html
-E Use algo:secret for decrypting IPsec ESP packets.
Algorithms may be des-cbc, 3des-cbc, blowfish-cbc,
rc3-cbc, cast128-cbc, or none. The default is des-
cbc. The ability to decrypt packets is only preĀ*
sent if tcpdump was compiled with cryptography
enabled. secret the ascii text for ESP secret key.
We cannot take arbitrary binary value at this
moment. The option assumes RFC2406 ESP, not
RFC1827 ESP. The option is only for debugging purĀ*
poses, and the use of this option with truly
`secret' key is discouraged. By presenting IPsec
secret key onto command line you make it visible to
others, via ps(1) and other occasions.
-w0rm3y