Browse Source

sctp protocol decoded in RPC dst_blacklist.view

so it does not show unknown protocol anymore
Michal Matyska 17 năm trước cách đây
mục cha
commit
1acade4541
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      dst_blacklist.c

+ 2 - 0
dst_blacklist.c

@@ -879,6 +879,8 @@ static char* get_proto_name(unsigned char proto)
 			return "tcp";
 		case PROTO_TLS:
 			return "tls";
+		case PROTO_SCTP:
+			return "sctp";
 		default:
 			return "unknown";
 	}