linux下用tcpdump命令截获soap信息

2009年3月23日 | 标签: , ,

this is probably the easiest way to monitor SOAP messages.

simply use

#tcpdump -i eth0 -A -s 1024 port 80 | tee dump.log

to log all the packet sent to port 80 to dump.log

目前还没有任何评论.