keramida
e996b3d302
Add support for filtering sockets by protocol type. The default
...
behavior of sockstat(1) will still be to show "udp", "tcp" and
"divert" protocols, but we can now provide a (comma-separated)
list of protocols, as in:
% sockstat -P tcp
to list only TCP sockets, or we can filter more than one protocol
by separating the protocol names with a comma:
% sockstat -P tcp,udp
Protocol names are parsed with getprotobyname(3), so any protocol
whose name is listed in `/etc/protocols' should work fine.
Submitted by: Josh Carroll <josh.carroll@psualum.com>
Approved by: des
2006-11-11 22:11:54 +00:00
..
2006-10-25 21:23:20 +00:00
2006-11-07 14:35:34 +00:00
2006-09-25 15:06:24 +00:00
2006-07-18 07:16:25 +00:00
2006-09-19 22:11:43 +00:00
2006-07-18 07:29:42 +00:00
2006-09-29 15:20:48 +00:00
2006-07-25 22:20:05 +00:00
2006-10-13 16:22:25 +00:00
2006-11-10 22:05:41 +00:00
2006-09-29 15:20:48 +00:00
2006-10-08 10:31:44 +00:00
2006-07-27 14:20:14 +00:00
2006-09-30 17:27:50 +00:00
2006-08-23 12:12:56 +00:00
2006-08-09 19:12:10 +00:00
2006-09-26 22:28:12 +00:00
2006-09-13 05:06:12 +00:00
2006-11-06 15:58:35 +00:00
2006-09-18 13:49:57 +00:00
2006-11-06 15:17:50 +00:00
2006-10-20 04:31:01 +00:00
2006-08-30 08:20:34 +00:00
2006-08-20 15:52:17 +00:00
2006-09-29 15:20:48 +00:00
2006-09-29 15:20:48 +00:00
2006-09-29 15:20:48 +00:00
2006-07-18 10:19:46 +00:00
2006-10-25 09:40:07 +00:00
2006-10-09 19:37:26 +00:00
2006-08-28 08:27:02 +00:00
2006-09-29 15:20:48 +00:00
2006-09-29 15:20:48 +00:00
2006-11-08 15:15:05 +00:00
2006-09-12 05:08:36 +00:00
2006-08-20 04:25:20 +00:00
2006-10-21 23:57:38 +00:00
2006-07-30 07:41:28 +00:00
2006-07-27 13:47:02 +00:00
2006-10-20 04:31:01 +00:00
2006-05-27 19:32:28 +00:00
2006-11-11 22:11:54 +00:00
2006-09-29 15:20:48 +00:00
2006-10-24 17:41:28 +00:00
2006-10-12 10:54:34 +00:00
2006-10-21 18:05:06 +00:00
2006-11-02 04:16:15 +00:00
2006-07-31 13:29:36 +00:00
2006-09-28 21:22:21 +00:00
2006-09-29 15:20:48 +00:00
2006-09-07 19:48:52 +00:00
2006-11-07 10:03:10 +00:00
2006-10-12 21:10:55 +00:00
2006-10-13 16:13:45 +00:00
2006-09-29 15:20:48 +00:00
2006-09-29 15:20:48 +00:00
2006-10-13 16:22:25 +00:00
2006-08-29 18:11:20 +00:00
2006-11-02 19:53:57 +00:00
2006-09-29 15:20:48 +00:00
2006-09-29 15:20:48 +00:00
2006-09-29 15:20:48 +00:00
2006-09-21 02:05:38 +00:00
2006-08-22 03:22:17 +00:00