aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
Commit message (Expand)AuthorAgeFilesLines
* Add a routine to report write errors to the list of failure-reportingGuy Harris2009-02-151-1/+1
* Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ...Jeff Morriss2008-12-181-0/+2
* Get rid of an unused variable.Guy Harris2008-11-131-1/+0
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-301-1/+1
* Free up the err_info string returned by wtap_read() andGuy Harris2008-05-301-0/+1
* From Andrew Feren (bug 2462):Stig Bjørlykke2008-04-141-1/+11
* Don't link plugins against libwireshark: any program that loads the dissectorJeff Morriss2008-03-161-5/+5
* Include epan/priveleges.h for get_credential_info()Jeff Morriss2008-03-161-0/+1
* Have started_with_special_privs() assert out if get_credential_info() was notJeff Morriss2008-03-161-2/+11
* Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's andGuy Harris2007-12-061-2/+2
* Fix typo.Guy Harris2007-09-291-1/+1
* Add the file encapsulation.Gerald Combs2007-09-251-24/+37
* Make sure that wiretap plugins are loaded before dissectors are (if a new enc...Luis Ontanon2007-08-071-1/+0
* Have editcap and capinfos compile --without-pluginsLuis Ontanon2007-06-171-5/+7
* Have editcap and capinfos loading the wiretap plugins.Luis Ontanon2007-05-251-2/+30
* If no packets in input file then don't calc packets/sec, etcBill Meier2007-01-281-7/+10
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-1/+1
* Print help to output, not to errorJörg Mayer2006-06-141-3/+3
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* same command line related changes as recently done with editcapUlf Lamping2006-01-111-16/+32
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-3/+3
* Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2005-08-191-11/+8
* Improve the error reporting.Guy Harris2005-01-111-14/+26
* Let capinfos print statistics for more than one file. NormalizeGerald Combs2005-01-031-22/+30
* renamed capinfo to capinfos, as the former name capinfo was already used in a...Ulf Lamping2004-10-201-0/+332