Commit 8ecb4902 authored by Brickner_cp's avatar Brickner_cp

Code Coverage 96.37%

parent c6eb9f9c
...@@ -201,11 +201,6 @@ namespace PcapDotNet.Packets.IpV4 ...@@ -201,11 +201,6 @@ namespace PcapDotNet.Packets.IpV4
return Equals(other as IpV4OptionTimestamp); return Equals(other as IpV4OptionTimestamp);
} }
internal override int GetDataHashCode()
{
return Sequence.GetHashCode(BitSequence.Merge((byte)TimestampType, Overflow), PointedIndex);
}
internal sealed override void Write(byte[] buffer, ref int offset) internal sealed override void Write(byte[] buffer, ref int offset)
{ {
base.Write(buffer, ref offset); base.Write(buffer, ref offset);
......
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