Commit b1ac2ea3 authored by Brickner_cp's avatar Brickner_cp

Fix VLanTaggedFrameDatagram documentation.

parent c381fe2d
......@@ -6,9 +6,9 @@ namespace PcapDotNet.Packets.Ethernet
/// +-----+-----+-----+------+------------------+
/// | bit | 0-2 | 3 | 4-15 | 16-31 |
/// +-----+-----+-----+------+------------------+
/// | 0 | TCI | EtherType/Length |
/// | 0 | TCI | EtherType/Length |
/// +-----+-----+-----+------+------------------+
/// | 0 | PCP | CFI | VID | EtherType/Length |
/// | 0 | PCP | CFI | VID | EtherType/Length |
/// +-----+-----+-----+------+------------------+
/// </pre>
/// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment