sh 获取服务器之间交互的数据包转储。适合连接调试

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 获取服务器之间交互的数据包转储。适合连接调试相关的知识,希望对你有一定的参考价值。

#!/bin/bash

# -n does not convert IP to hostname
# -w write to output file, pcap is correct format. Can be read by wireshark
# -i interface
# dst destination
tcpdump -n -w tcpdump-hostname.pcap -i eth0 dst <hostname or IP>

以上是关于sh 获取服务器之间交互的数据包转储。适合连接调试的主要内容,如果未能解决你的问题,请参考以下文章

【抓包神器】ngrep初探

如何获取结构数据的十六进制转储

五中抓包工具

网络抓包原理

Spring数据访问和数据访问层与业务或服务层之间的交互

分段错误 - 如何调试? [关闭]