tcpdump抓取oracle报文以及使用Wireshark分析

1、抓取oracle相关报文

    从本机抓取发往本机oracle的报文

    命令:tcpdump -w dumpfile -i lo -A -s 0 host 172.20.61.2 

    生成的报文文件为dumpfile。

2、Wireshark网络分析  

tcpdump抓取oracle报文以及使用Wireshark分析

tcpdump抓取oracle报文以及使用Wireshark分析




本文转自 ping9527 51CTO博客,原文链接:http://blog.51cto.com/babyhanggege/1899310,如需转载请自行联系原作者

上一篇:No marked region found along edge.Found along top edge.错误


下一篇:如何用Wireshark捕获USB数据?