Ubuntu 中是否有某种方法(命令或工具)可以查找物理层或上层(数据、网络、传输)直至位级别的网络连接数据包详细信息。我想分析整个过程及其协议详细信息。非常欢迎任何与此相关的帮助。
答案1
wireshark、tcpdump、ntop是可以帮助你进行数据包分析的工具。
sudo apt-get install wireshark
sudo apt-get install tcpdump
sudo apt-get install ntop
使用这些命令来安装。
文档是学习的最佳资源:
Wireshark:https://www.wireshark.org/docs/wsug_html/
ntop:http://www.ntop.org/support/documentation/
tcpdump:http://www.tcpdump.org/#documentation
希望它能帮助你。