summaryrefslogtreecommitdiff
path: root/netstat.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-15Minor cleanup of netstat usage()Bernd Eckenfels1-3/+5
2012-01-27Fixed 2 SELinux related compiler warnings.Jiri Popelka1-3/+3
2012-01-24Removed SET and GET of interface metricsJiri Popelka1-1/+1
2012-01-21Make netstat -h and -V honor HAVE_SELINUXBernd Eckenfels1-3/+5
2012-01-16new option for nestat, -Z shows SELinux contextJiri Popelka1-4/+71
2012-01-16Make the code style consistent across netstat.cJiri Popelka1-37/+38
2012-01-05Possible problems found by static analysis of code.Jiri Popelka1-1/+6
2011-12-15Bluetooth name fixBernd Eckenfels1-4/+4
2011-12-15Add Bluetooth socket supportLubomir Rintel1-2/+163
2011-12-10ignore return value of fgets calls we dont care aboutMike Frysinger1-3/+6
2011-11-20netstat: unify duplicate addr pretty printingMike Frysinger1-64/+38
2011-04-20patch from Bert Wesarg to separate basename of -p only if it is absuloteBernd Eckenfels1-2/+2
2011-04-09netstat: split host resolution out from --numeric-portsMike Frysinger1-11/+11
2011-04-09netstat: fix handling of large socket numbersMike Frysinger1-5/+5
2010-08-15netstat: include sys/stat.h for S_ISREG macrosMike Frysinger1-1/+2
2010-03-05netstat: PIDs can be long, Bug #199702 of Ubuntu Launchpad, Bug #16913 of Ber...Bernd Eckenfels1-3/+3
2009-12-31netstat: fix %*s handling -- the field takes an int, not a size_tMike Frysinger1-2/+2
2009-09-06netstat: add sctp connection decoding (Debian #306428 and Gentoo #258714)Mike Frysinger1-7/+176
2009-09-06netstat: fix typo in udp displayMike Frysinger1-2/+2
2009-08-27Fix for Feature Request from ssbBernd Eckenfels1-5/+11
2009-07-28Avoid name resolution for listening or established sockets (-l) by returnBernd Eckenfels1-3/+5
2009-07-08scanf format length fix (non exploitable?) fromBernd Eckenfels1-3/+3
2008-12-02sorted optionsBernd Eckenfels1-4/+2
2008-12-01UDPlite Support for net-stat by Brian Micek <bmicek@gmail.com>Bernd Eckenfels1-43/+56
2008-11-16Add wide option to prevent truncating IPv6 addressesLuk Claes1-9/+19
2008-10-03avoid unused filetype, fix formatting of -p headersBernd Eckenfels1-19/+14
2008-10-03Support netstat -s with -6tuw options (incl. usage())Bernd Eckenfels1-19/+19
2008-10-03Enable netstat -s for IPv6 (Debian Bug #453859 from Varun Chandramohan)Bernd Eckenfels1-4/+25
2008-10-02allow netstat to print Rcv/Snd-Q for TCP_LISTEN (containing acceptBernd Eckenfels1-7/+1
2007-12-01use new page aliged proc_fopen for address familiesBernd Eckenfels1-9/+10
2007-12-01ROSE support (not yet enabled)Bernd Eckenfels1-2/+15
2006-03-16Debian Bug #260587 fixed, make sure the Columns state and user in netstat -t -eBernd Eckenfels1-3/+3
2005-08-02make ipx in 2.6 work (perhaps).Bernd Eckenfels1-15/+34
2004-06-03avoid namespace conflictsBernd Eckenfels1-2/+2
2002-12-10- change columns of netstat -i/ifconfig -s to avoid run-into (Stefan Illner)Bernd Eckenfels1-2/+2
2002-07-23allow support for -6 and -4 options to netstat, also allow both, andBernd Eckenfels1-9/+26
2002-06-27fixing debian bug #151130 reported by Dan Jacobson where netstatBernd Eckenfels1-5/+5
2002-02-19inodes in unix domain sockets are now padded to 8chars (netstat -x)Bernd Eckenfels1-3/+3
2002-02-19fixes debian bug#134600 (sigsegv in netstat on negative inoded inBernd Eckenfels1-30/+34
2001-11-25this fixes Debian Bug #109164 (netstat -ci does only print stats once). ItBernd Eckenfels1-2/+2
2001-08-26Fix netstat -- don't print all v4 addresses as v4-mapped-in-v6.Andi Kleen1-4/+4
2001-04-15Fix punctuation.v1.60Phil Blundell1-7/+7
2001-04-08Use setlocale at program initialisation.Phil Blundell1-2/+4
2001-04-01Fix reporting of IPv6 multicast addresses.Phil Blundell1-2/+6
2000-12-19display all IFF_ flags for netstat -i (print_short and print_long has equalBernd Eckenfels1-2/+2
2000-10-08feature from the guys at RedHat for more selective "-n" option:Bernd Eckenfels1-11/+35
2000-05-28Fix stupid bug in netstat -i.Phil Blundell1-2/+2
2000-05-21Update manual pages to better match reality.Phil Blundell1-61/+26
2000-05-20Add X.25 support.Phil Blundell1-2/+64
2000-04-05re applied the ipv6 addresses patch from Matthew (for intel platform)Bernd Eckenfels1-53/+38