Map ProtoName for SCTP

This commit is contained in:
lspgn
2021-12-20 16:53:00 +01:00
parent 2e1cf5bbfd
commit def05e071b

View File

@@ -26,10 +26,11 @@ var (
0x86dd: "IPv6", 0x86dd: "IPv6",
} }
ProtoName = map[uint32]string{ ProtoName = map[uint32]string{
1: "ICMP", 1: "ICMP",
6: "TCP", 6: "TCP",
17: "UDP", 17: "UDP",
58: "ICMPv6", 58: "ICMPv6",
132: "SCTP",
} }
IcmpTypeName = map[uint32]string{ IcmpTypeName = map[uint32]string{
0: "EchoReply", 0: "EchoReply",