Commit 12856808 authored by Boaz Brickner's avatar Boaz Brickner

Improve Wireshark test byg ignoring EthernetType=12 on VLAN.

parent 69c3a1fa
...@@ -55,6 +55,7 @@ namespace PcapDotNet.Core.Test ...@@ -55,6 +55,7 @@ namespace PcapDotNet.Core.Test
{ {
(EthernetType)1, (EthernetType)1,
(EthernetType)5, (EthernetType)5,
(EthernetType)12,
(EthernetType)17, (EthernetType)17,
(EthernetType)29, (EthernetType)29,
(EthernetType)30, (EthernetType)30,
......
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