Commit df6b8094 authored by Brickner_cp's avatar Brickner_cp

Handle Wireshark's "icmp.resp_to" and "icmp.resptime" fields.

parent b12c6b77
......@@ -152,6 +152,10 @@ namespace PcapDotNet.Core.Test
field.AssertNoFields();
break;
case "icmp.resp_to":
case "icmp.resptime":
break;
default:
if (!field.Name().StartsWith("lt2p.") &&
!field.Name().StartsWith("pweth."))
......
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