diff options
Diffstat (limited to 'usr.bin/netstat/main.c')
-rw-r--r-- | usr.bin/netstat/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index d72afc3..766b5ea 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -168,6 +168,10 @@ struct protox { tcp_stats, NULL, "tcp", IPPROTO_TCP }, { -1, -1, 1, protopr, udp_stats, NULL, "udp", IPPROTO_UDP }, +#ifdef SCTP + { -1, -1, 1, sctp_protopr, + sctp_stats, NULL, "sctp", IPPROTO_SCTP }, +#endif { -1, -1, 1, protopr, NULL, NULL, "divert",IPPROTO_DIVERT }, { -1, -1, 1, protopr, |