Commit 57590253 authored by Brickner_cp's avatar Brickner_cp

DNS

parent 6703c3cd
......@@ -280,6 +280,8 @@ namespace PcapDotNet.Core.Test
break;
case "Bits":
while (wksData.BitMap[_wksBitMapIndex] == 0x00)
++_wksBitMapIndex;
dataField.AssertValue(wksData.BitMap[_wksBitMapIndex++]);
break;
......
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