aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
Commit message (Expand)AuthorAgeFilesLines
* Squelch some compiler warnings.Guy Harris2010-03-021-4/+4
* Fix a gcc -Wshadow warningBill Meier2010-02-201-5/+5
* Add an option to capinfos to print start and end times as seconds, whichGerald Combs2010-02-171-5/+33
* Avoid crash on invalid file name.Jaap Keuter2010-01-231-2/+2
* From Jim Young: Include svnversion.h in capinfos and text2pcapBill Meier2009-12-291-0/+2
* Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs2009-12-211-3/+0
* Initialize hd pointer to avoid a compiler warning.Stig Bjørlykke2009-12-171-1/+1
* From Jim Young via bug #4304: Patch to capinfos -H feature to generateStephen Fisher2009-12-081-1/+1
* winposixtype.h appears to be Windows-only.Guy Harris2009-12-081-0/+2
* Fix compilation under Windows. Allocate our hash buffer dynamically soGerald Combs2009-12-081-26/+28
* Add SHA1, RMD160, and MD5 hashes to capinfos.Gerald Combs2009-12-071-1/+130
* From Jim Young:Jaap Keuter2009-11-131-47/+392
* Removed redundant redeclaration of optind.Stig Bjørlykke2009-10-191-1/+0
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-2/+4
* Use "svn info" to fetch the version by default. Fetch the repository path asGerald Combs2009-07-221-1/+1
* Minor cleanup of "-h" output text.Bill Meier2009-05-121-9/+9
* capinfos: Print "n/a" for rates and duration if only one packet in capture.\;Bill Meier2009-05-111-21/+29
* Change the signature of init_progfile_dir() so the casting of theGuy Harris2009-03-221-1/+1
* In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris2009-03-221-2/+1
* Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris2009-03-221-1/+2
* 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