Browse Source

sctp protocol decoded in RPC dst_blacklist.view

so it does not show unknown protocol anymore
Michal Matyska 16 years ago
parent
commit
1acade4541
1 changed files with 2 additions and 0 deletions
  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";
 	}