网络数据包类型

类型一-------以太网帧

EthernetV2帧头结构为6bytes的源地址+6bytes的目标地址+2Bytes的协 议类型字段+数据

 网络数据包类型_第1张图片

类型二-----802.3/802.2

网络数据包类型_第2张图片

LLC is defined in ISO/IEC 8802-2:1998

SNAP is defined in IEEE Std 802-2001. Theformatting for the SNAP header is according to IETF RFC 1042

类型三-----802.11

网络数据包类型_第3张图片

802.11帧的具体类型由frame control中的typesubtype共同决定,其中type包含managerdatacontrol三种类型。

你可能感兴趣的:(Linux,Network)