tcpdump 使い方
tutorial, How to use tcpdump
# tcpdump port http -Xs 0
# tcpdump -Xs 0
# tcpdump port 80
# tcpdump port 80 -X -s 0
# tcpdump port 80 -Xs 0
リアルタイムでパケットの内容、見られます。
-w オプションでファイルに保存し、後でも見られます。
nwの実験にも、使えます。
暗号化してないと、ID PW mail 見えてしまいます。
Contents of the packet, can be seen in real time.
-w option to save to a file, can be seen even after.
also you can use for nw experiments.
If you have not encrypted, it will see the ID PW mail.