aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-12Minor cleanup of "-h" output text.Bill Meier1-9/+9
2009-05-11capinfos: Print "n/a" for rates and duration if only one packet in capture.\;Bill Meier1-21/+29
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-1/+2
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-1/+1
2008-12-18Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ...Jeff Morriss1-0/+2
2008-11-13Get rid of an unused variable.Guy Harris1-1/+0
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2008-05-30Free up the err_info string returned by wtap_read() andGuy Harris1-0/+1
2008-04-14From Andrew Feren (bug 2462):Stig Bjørlykke1-1/+11
2008-03-16Don't link plugins against libwireshark: any program that loads the dissectorJeff Morriss1-5/+5
2008-03-16Include epan/priveleges.h for get_credential_info()Jeff Morriss1-0/+1
2008-03-16Have started_with_special_privs() assert out if get_credential_info() was notJeff Morriss1-2/+11
2007-12-06Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's andGuy Harris1-2/+2
2007-09-29Fix typo.Guy Harris1-1/+1
2007-09-25Add the file encapsulation.Gerald Combs1-24/+37
2007-08-07Make sure that wiretap plugins are loaded before dissectors are (if a new enc...Luis Ontanon1-1/+0
2007-06-17Have editcap and capinfos compile --without-pluginsLuis Ontanon1-5/+7
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-2/+30
2007-01-28If no packets in input file then don't calc packets/sec, etcBill Meier1-7/+10
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-1/+1
2006-06-14Print help to output, not to errorJörg Mayer1-3/+3
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-11same command line related changes as recently done with editcapUlf Lamping1-16/+32
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-3/+3
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-11/+8
2005-01-11Improve the error reporting.Guy Harris1-14/+26
2005-01-03Let capinfos print statistics for more than one file. NormalizeGerald Combs1-22/+30
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in a...Ulf Lamping1-0/+332