| Commit message (Expand) | Author | Age | Files | Lines |
* | From Jose Pedro Oliveira via bug 5803: | Stig Bjørlykke | 2011-06-28 | 1 | -1/+1 |
* | Replace all strerror() with g_strerror(). | Stig Bjørlykke | 2011-06-28 | 1 | -1/+1 |
* | Move the Windows argument list conversion code to a common routine. | Gerald Combs | 2011-05-24 | 1 | -14/+2 |
* | Use a comparison instead of an assignment. Fixes Coverity CID 1194. | Gerald Combs | 2011-05-11 | 1 | -1/+1 |
* | For "per packet" file encapsulation, display a list of the encapsulations see... | Bill Meier | 2011-05-02 | 1 | -1/+30 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -0/+1 |
* | Use g_snprintf instead of sprintf: Coverity 622. | Chris Maynard | 2011-04-12 | 1 | -4/+4 |
* | IMHO capinfos, when finished processing, should exit with an error status | Bill Meier | 2011-04-06 | 1 | -9/+22 |
* | From Jose Pedro Oliveira: | Anders Broman | 2011-04-05 | 1 | -1/+1 |
* | Fix Windows comiler warning: remove unused 'wsadata' variable. | Bill Meier | 2011-01-16 | 1 | -1/+0 |
* | On Windows, convert all of our command-line arguments from UTF-16 to | Gerald Combs | 2011-01-06 | 1 | -0/+21 |
* | Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy(). | Gerald Combs | 2010-09-16 | 1 | -1/+1 |
* | From Jim Young via bug 4049: | Gerald Combs | 2010-06-02 | 1 | -1/+29 |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -1/+1 |
* | Remove extra % in printf format string. | Jeff Morriss | 2010-05-03 | 1 | -5/+5 |
* | Add "inferred" snapshot length (if any) to the output. | Bill Meier | 2010-05-03 | 1 | -63/+113 |
* | Add snaplen to capinfos output. Idea from Chris Maynard on -dev. | Stephen Fisher | 2010-04-29 | 1 | -1/+31 |
* | Squelch some compiler warnings. | Guy Harris | 2010-03-02 | 1 | -4/+4 |
* | Fix a gcc -Wshadow warning | Bill Meier | 2010-02-20 | 1 | -5/+5 |
* | Add an option to capinfos to print start and end times as seconds, which | Gerald Combs | 2010-02-17 | 1 | -5/+33 |
* | Avoid crash on invalid file name. | Jaap Keuter | 2010-01-23 | 1 | -2/+2 |
* | From Jim Young: Include svnversion.h in capinfos and text2pcap | Bill Meier | 2009-12-29 | 1 | -0/+2 |
* | Switch to using a bundled version of the openSUSE Build Service packages | Gerald Combs | 2009-12-21 | 1 | -3/+0 |
* | Initialize hd pointer to avoid a compiler warning. | Stig Bjørlykke | 2009-12-17 | 1 | -1/+1 |
* | From Jim Young via bug #4304: Patch to capinfos -H feature to generate | Stephen Fisher | 2009-12-08 | 1 | -1/+1 |
* | winposixtype.h appears to be Windows-only. | Guy Harris | 2009-12-08 | 1 | -0/+2 |
* | Fix compilation under Windows. Allocate our hash buffer dynamically so | Gerald Combs | 2009-12-08 | 1 | -26/+28 |
* | Add SHA1, RMD160, and MD5 hashes to capinfos. | Gerald Combs | 2009-12-07 | 1 | -1/+130 |
* | From Jim Young: | Jaap Keuter | 2009-11-13 | 1 | -47/+392 |
* | Removed redundant redeclaration of optind. | Stig Bjørlykke | 2009-10-19 | 1 | -1/+0 |
* | Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H | Stig Bjørlykke | 2009-10-06 | 1 | -2/+4 |
* | Use "svn info" to fetch the version by default. Fetch the repository path as | Gerald Combs | 2009-07-22 | 1 | -1/+1 |
* | Minor cleanup of "-h" output text. | Bill Meier | 2009-05-12 | 1 | -9/+9 |
* | capinfos: Print "n/a" for rates and duration if only one packet in capture.\; | Bill Meier | 2009-05-11 | 1 | -21/+29 |
* | Change the signature of init_progfile_dir() so the casting of the | Guy Harris | 2009-03-22 | 1 | -1/+1 |
* | In Solaris, the second argument to dladdr() is just a void *, not a | Guy Harris | 2009-03-22 | 1 | -2/+1 |
* | Attempt to use dladdr() to get the pathname of the executable image if | Guy Harris | 2009-03-22 | 1 | -1/+2 |
* | Add a routine to report write errors to the list of failure-reporting | Guy Harris | 2009-02-15 | 1 | -1/+1 |
* | Only declare failure_message() if we HAVE_PLUGINS (since it's only used when ... | Jeff Morriss | 2008-12-18 | 1 | -0/+2 |
* | Get rid of an unused variable. | Guy Harris | 2008-11-13 | 1 | -1/+0 |
* | Move privileges.c and unicode-utils.c from epan to wsutil (so things like | Jeff Morriss | 2008-06-30 | 1 | -1/+1 |
* | Free up the err_info string returned by wtap_read() and | Guy Harris | 2008-05-30 | 1 | -0/+1 |
* | From Andrew Feren (bug 2462): | Stig Bjørlykke | 2008-04-14 | 1 | -1/+11 |
* | Don't link plugins against libwireshark: any program that loads the dissector | Jeff Morriss | 2008-03-16 | 1 | -5/+5 |
* | Include epan/priveleges.h for get_credential_info() | Jeff Morriss | 2008-03-16 | 1 | -0/+1 |
* | Have started_with_special_privs() assert out if get_credential_info() was not | Jeff Morriss | 2008-03-16 | 1 | -2/+11 |
* | Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's and | Guy Harris | 2007-12-06 | 1 | -2/+2 |
* | Fix typo. | Guy Harris | 2007-09-29 | 1 | -1/+1 |
* | Add the file encapsulation. | Gerald Combs | 2007-09-25 | 1 | -24/+37 |
* | Make sure that wiretap plugins are loaded before dissectors are (if a new enc... | Luis Ontanon | 2007-08-07 | 1 | -1/+0 |