Commit 61508b15 authored by Brickner_cp's avatar Brickner_cp

Code Analysis

parent 4002c127
...@@ -182,7 +182,7 @@ namespace PcapDotNet.Packets.Igmp ...@@ -182,7 +182,7 @@ namespace PcapDotNet.Packets.Igmp
return 3; return 3;
default: default:
throw new InvalidOperationException("Invalid QueryVersion " + QueryVersion); throw new InvalidOperationException("Invalid Query Version " + QueryVersion);
} }
case IgmpMessageType.MembershipReportVersion1: case IgmpMessageType.MembershipReportVersion1:
...@@ -198,7 +198,7 @@ namespace PcapDotNet.Packets.Igmp ...@@ -198,7 +198,7 @@ namespace PcapDotNet.Packets.Igmp
return 2; return 2;
default: default:
throw new InvalidOperationException("Invalid IgmpMessageType " + MessageType); throw new InvalidOperationException("Invalid IGMP Message Type " + MessageType);
} }
} }
} }
......
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