Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 tcpdump 命令以仅捕获数据包的序列号(或实际上是抓取它)并将其存储在变量中?我需要从 C++ 程序内部执行此操作。任何帮助表示赞赏。
(我使用nemesis-tcp从一个系统发送数据包,并使用tcpdump命令在接收器处捕获这些数据包)
可以使用pcap库,官方的walk-through是一个很好的介绍。特别是查看seqtcp_header 中的内容。
seq