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.
我需要计算给定数据包的数据速率,该数据包是使用 pcapy 捕获的。我使用 dpkt 来获取 radiotap 标头,如下所示:
dpkt.radiotap.Radiotap(packet)
现在我需要访问数据速率,并且我(错误地)假设 Radiotap 对象上可用的速率就是这个。但是,它不是或至少它只是返回 0 或 1。
那么我如何从已有的信息中计算数据速率dpkt.radiotap.Radiotap呢?或者信息实际上已经在 dpkt 中了,但我只是错过了它吗?
dpkt.radiotap.Radiotap
试试这个以使用 radiotap 获取数据包数据速率。
pkt.radiotap.datarate