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.
pcap.net 支持一些公共ethernetType的enum EthernetType
ethernetType
enum EthernetType
上面列出了一些专用于 IPV4、IPV6 和 ARP 协议类型的以太网类型值。对于 IPV4,以太类型 = 0x0800。但是如何定义一个客户私有的 etherType(例如0x8899)?
0x0800
0x8899
在Pcap.Net Q&A Group 中进行讨论之后,我尝试将ushort值转换为EthernetType,并且它有效。
ushort
EthernetType