| Commit message (Expand) | Author | Age | Files | Lines |
* | Trivial: Fix typo. | Chris Maynard | 2013-07-29 | 1 | -1/+1 |
* | Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th... | Jeff Morriss | 2013-07-15 | 1 | -2/+1 |
* | disable printing of all infos when USE_GOPTION is set and | Martin Kaiser | 2013-04-13 | 1 | -1/+5 |
* | TABs -> spaces | Martin Kaiser | 2013-04-13 | 1 | -201/+214 |
* | add a cast to make capinfos compile when USE_GOPTION is defined | Martin Kaiser | 2013-04-13 | 1 | -1/+1 |
* | capinfos -k displays the capture comment (from the shb) | Martin Kaiser | 2013-04-13 | 1 | -1/+46 |
* | From Balint: | Gerald Combs | 2013-03-07 | 1 | -0/+13 |
* | Use explicit casts. | Anders Broman | 2013-03-05 | 1 | -1/+1 |
* | str_util.c: Although the glib documentation doesn't explicitly say so, | Gerald Combs | 2013-02-28 | 1 | -0/+5 |
* | Try to fix compilation on Windows. | Gerald Combs | 2013-02-26 | 1 | -3/+3 |
* | Print human-readable statistics by default. Raw values can be printed | Gerald Combs | 2013-02-26 | 1 | -11/+72 |
* | include the wsutil/wsgcrypt.h instead of including gcrypt.h directly | Martin Kaiser | 2013-02-21 | 1 | -1/+1 |
* | When any of our executables start on Windows create or open a "Wireshark | Gerald Combs | 2013-02-20 | 1 | -3/+4 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 : | Pascal Quantin | 2013-01-04 | 1 | -1/+1 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Remove #define USE_GOPTION = 1, the code is incomplete | Anders Broman | 2012-07-23 | 1 | -1/+0 |
* | From Michael Mann: | Anders Broman | 2012-07-06 | 1 | -0/+142 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Keep track, in Wiretap, of whether the file is compressed, and provide | Guy Harris | 2012-05-24 | 1 | -1/+5 |
* | Don't show time stamp-based information if we don't have it (now that we | Guy Harris | 2012-02-26 | 1 | -36/+105 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -2/+2 |
* | Handle ctime() and localtime() returning NULL and localtime() on Windows | Guy Harris | 2011-11-16 | 1 | -31/+30 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 : | Jeff Morriss | 2011-08-09 | 1 | -3/+1 |
* | 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 |