From def05e071be965d132a884fe78ed62c75fce29ae Mon Sep 17 00:00:00 2001 From: lspgn Date: Mon, 20 Dec 2021 16:53:00 +0100 Subject: [PATCH] Map ProtoName for SCTP --- format/common/text.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/format/common/text.go b/format/common/text.go index 16a93a2..637dcc3 100644 --- a/format/common/text.go +++ b/format/common/text.go @@ -26,10 +26,11 @@ var ( 0x86dd: "IPv6", } ProtoName = map[uint32]string{ - 1: "ICMP", - 6: "TCP", - 17: "UDP", - 58: "ICMPv6", + 1: "ICMP", + 6: "TCP", + 17: "UDP", + 58: "ICMPv6", + 132: "SCTP", } IcmpTypeName = map[uint32]string{ 0: "EchoReply",