summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/main.c
AgeCommit message (Expand)Author
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2005-02-10backout previous; i committed to wrong repository (i meant to commit kame)Jun-ichiro itojun Hagino
2005-02-10dccp supportJun-ichiro itojun Hagino
2005-01-14Allow netstat to print PIM statistics.Ryan Thomas McBride
2004-06-29repair, Chris Kuethe <ckuethe@ualberta.ca>Henning Brauer
2004-06-25remove netisoHenning Brauer
2004-06-06- add -S to usage()Jason McIntyre
2004-06-06Add new '-S' flag to display the source selector part of the routing tableCedric Berger
2004-04-01change -p to restrict output to protocol (not just for -s);Markus Friedl
2004-03-13some NULL vs 0 and knf; parts from nimadeus@pandora.beTheo de Raadt
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-11-28remove "or uninstrumented" from "unknown or uninstrumented protocol";Jason McIntyre
2003-11-28netstat.1:Jason McIntyre
2003-11-02print raw ip[46] sockets; ok deraadt@Markus Friedl
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-06-26more proto fixesTheo de Raadt
2003-06-12- document -ltu options;Jason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-01Fix out-of-bounds access to nl[255], found by naddy@ in context ofDaniel Hartmeier
2003-02-01ansiTheo de Raadt
2002-08-04revoke privs earlierTheo de Raadt
2002-06-07print rip6statJun-ichiro itojun Hagino
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2001-11-19kill more registersMike Pechkin
2001-08-26Add a -q to silence zero-output lines and fix some whitespace and text nits.brian
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-05-18adapt to use poolNiels Provos
2000-12-13Bytecounter stats. (-b switch)Camiel Dobbelaar
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
2000-01-21ip4 -> ipipAngelos D. Keromytis
2000-01-11Remove references to ipx_error.h; it's going to be away.Federico G. Schwindt
1999-12-08add IPv6 support from KAME. cleanup type matches with printf() format.Jun-ichiro itojun Hagino
1999-10-29etherip statisticsAngelos D. Keromytis
1999-03-01There is no -h flagDavid Leonard
1999-02-24Grok protocol/address family PF_KEY.Angelos D. Keromytis
1998-08-01sipp-esp/sipp-ah -> esp/ahAngelos D. Keromytis
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-02-26* netstat -r [-n] now prints netmasks for network routes (in XXX/24 format).Peter Galbavy
1997-07-23Add AppleTalk support. TODO: route.c does not handle netranges.denny
1997-06-29Mostly clean -Wall + 64bit issues.Todd C. Miller
1997-06-18Be a bit more verbose for AF_ENCAP "routing" entries.Angelos D. Keromytis
1997-02-22Corrected protocol name.Angelos D. Keromytis
1997-02-21netstat now understands SIPP-AH/SIPP-ESP (IPsec) and ENCAP protocols.Angelos D. Keromytis
1997-02-01accept "-f local" for AF_LOCAL"kstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-08-16ipx.Michael Shalayeff