Commit 07856fa3 authored by Brickner_cp's avatar Brickner_cp

Fixed tests

parent 4fdf1ff5
......@@ -14,6 +14,10 @@ namespace PcapDotNet.Packets.Igmp
/// </summary>
public class IgmpQueryVersion3Layer : IgmpLayer, IIgmpLayerWithGroupAddress
{
public IgmpQueryVersion3Layer()
{
SourceAddresses = new IpV4Address[0].AsReadOnly();
}
/// <summary>
/// The actual time allowed, called the Max Resp Time.
/// </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