我需要发送格式错误的以太网帧进行测试。我已经禁用了Rx和Tx校验和的卸载:
root@T60:~# ethtool --show-offload eth0
Features for eth0:
rx-checksumming: off
tx-checksumming: off
tx-checksum-ipv4: off [fixed]
tx-checksum-unneeded: off [fixed]
tx-checksum-ip-generic: off
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]但是,这种卸载是否只涉及IP、TCP和UDP校验和?是否可以使用Scapy在以太网页脚中发送格式错误的帧序列检查?我对此深表怀疑,因为计算以太网FSC可能是在NIC硬件中实现的?
发布于 2013-10-19 05:13:28
https://stackoverflow.com/questions/19303707
复制相似问题