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.
如何使用 JNetPcap 解析 OpenFlow Tcp 数据包?
OpenFlow 是基于 TCP 而不是 HTTP。
然而,因为 jnetpcap 不提供 OpenFlow 标头/结构,而且 jnetpcap 也不支持 TCP 重组,所以这不是一项简单的任务。
这是你必须做的:
1) 您必须提供 TCP 重组代码
2) 从 tcp 流中提取 OpenFlow