summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Collapse)Author
2001-03-03drop packets with 127.0.0.0/8 in header field, if the packet is from outside.Jun-ichiro itojun Hagino
under RFC1122 sender rule 127.0.0.8 must not appear on the wire. count incidents by ipstat.ips_badaddr. sync with kame
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats.
2001-02-06If sdl type is ISO88025, print the address using `:' as well.Federico G. Schwindt
2001-01-29$OpenBSD$Niklas Hallqvist
2000-12-13Bytecounter stats. (-b switch)Camiel Dobbelaar
From NetBSD. ok itojun@
2000-12-11typo in -s messageJun-ichiro itojun Hagino
2000-12-11show # of successful IPv6 path MTU changes with -s. from kameJun-ichiro itojun Hagino
2000-12-11show when pmtu is disabled on routes, more information when verbose,Niels Provos
from NetBSD
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-10-23fix a few signed/unsigned/long printf formats; millert@ & deraadt@ okMichael Shalayeff
2000-09-19Display SPD entries.Angelos D. Keromytis
2000-08-26typo. sync with kameJun-ichiro itojun Hagino
2000-08-13typo. be more friendly with netstat -ssn. from jhawk@netbsd (via kame)Jun-ichiro itojun Hagino
2000-07-12remove m_pulldown statistics, it is purely experimental and belongs toJun-ichiro itojun Hagino
kame system only (not for *bsd-merged systems).
2000-07-06more statsJun-ichiro itojun Hagino
2000-06-30do not prin tcp/udp twice. from: fgsJun-ichiro itojun Hagino
2000-06-30split netstat -an -f inet and netstat -an -f inet6, for consistency.Jun-ichiro itojun Hagino
Suggested by: fgs
2000-06-16print # of icmp6 error suppressed by rate limitJun-ichiro itojun Hagino
2000-06-15Reflect reality in the error messages.Angelos D. Keromytis
2000-06-14KAME_SCOPEID is necessaryJun-ichiro itojun Hagino
2000-06-13Conditional INET6 inclusion (for crunchgen uses) -- default yes.Angelos D. Keromytis
2000-05-18check getnameinfo error proprely. this can be visited on printingJun-ichiro itojun Hagino
radix_mask on netstat -rnAv (actually, I think it's a bad idea to use p_sockaddr for printing mask portion in radix_mask, since address family is not properly filled)
2000-05-18allow mask == NULL in netname6.Jun-ichiro itojun Hagino
2000-05-17s/icmp/icmp6/ in messageJun-ichiro itojun Hagino
2000-04-16- Insert some .Pp here and there to make the man page easier to read.Aaron Campbell
- Put address family options into a columnated list with descriptions. - `` '' -> .Dq and such. - Xr netintro(4). - Remove hard sentence breaks. - Typo: specfied -> specified. - Correct .Nm usage. - Comma splice fixes.
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-20Print statistics about crypto failures in IPsec processing.Angelos D. Keromytis
2000-02-28update IPv6 portion to match latest sys/netinet6.Jun-ichiro itojun Hagino
2000-02-05fix -in printing on IPv6 (network portion was not masked properly).Jun-ichiro itojun Hagino
enable scopeid for -in. don't truncate output on -inv.
2000-01-21ip4 -> ipipAngelos D. Keromytis
2000-01-18print IPv6 multicast groups on -ia.Jun-ichiro itojun Hagino
align multicast addresses on output (broken on 1.15 -> 1.16).
2000-01-14show blackhole flag; ura@hiru.aoba.yokohama.jpTheo de Raadt
2000-01-11Remove references to ipx_error.h; it's going to be away.Federico G. Schwindt
(commented it out in ipx.c by now).
2000-01-09Add new ESP/AH statistic.Angelos D. Keromytis
2000-01-09Transport protocol ports are in network order.Angelos D. Keromytis
2000-01-05s/input histogram/input packet/histogram/Jun-ichiro itojun Hagino
suggested by: deraadt
2000-01-03add missing stat items in ip section.Jun-ichiro itojun Hagino
1999-12-30fix netstat -ss; some zeroed counters were displayedTheo de Raadt
1999-12-30enable KAME scopeid hack (print link-local addresses with scope identifierJun-ichiro itojun Hagino
like "fe80::1@de0").
1999-12-20Oops, forgot ports/protocol numbers.Angelos D. Keromytis
1999-12-20Correctly print IPv6 addresses in IPsec flows.Angelos D. Keromytis
1999-12-09Add "unspecified tunnel endpoint" statistic.Angelos D. Keromytis
1999-12-09Protocol family mismatch counter for IP-IP.Angelos D. Keromytis
1999-12-09Remove unnecessary statistic.Angelos D. Keromytis
1999-12-08add IPv6 support from KAME. cleanup type matches with printf() format.Jun-ichiro itojun Hagino
KAME_SCOPEID should be enabled after KAME get{addr,name}info(3) merge.
1999-12-06so sorry angelos, I am too stressed out, reverted my goofup.Niklas Hallqvist
1999-12-06angelos, altering kernel structures may have impact on userland.Niklas Hallqvist
1999-12-06Display esps_badencAngelos D. Keromytis
1999-10-29etherip statisticsAngelos D. Keromytis
1999-09-22routing interface sends aligned to long word boundaries; itojunTheo de Raadt