aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iostat.c
AgeCommit message (Collapse)AuthorFilesLines
2002-11-15Gtk1 version of io-statRonnie Sahlberg1-7/+1
svn path=/trunk/; revision=6636
2002-11-01Use "strchr()", not "index()"; MSVC++ doesn't declare "index()" orGuy Harris1-3/+3
"rindex()" if you include <string.h>, and they're non-standard routines (the ANSI C names for those functions are "strchr()" and "strrchr()"). svn path=/trunk/; revision=6538
2002-11-01New tap for tethereal: io statistics that provides frames/bytes counts for ↵Ronnie Sahlberg1-0/+313
frames matching user specified filters. Try it with -z io,stat,1,nfs,smb,arp on a capture containing both nfs, cifs and arp traffic. svn path=/trunk/; revision=6531