| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up handling of enabled/disabled protocols/heuristic dissectors. | Guy Harris | 2017-04-08 | 1 | -5/+7 |
* | wiretap: add cleanup routine. | Dario Lombardo | 2017-02-14 | 1 | -15/+39 |
* | Clean up initialization code for programs. | Guy Harris | 2016-12-05 | 1 | -19/+23 |
* | Have a routine to do all the work of initializing libwiretap. | Guy Harris | 2016-12-04 | 1 | -4/+2 |
* | Return after calling cmdarg_err(). | Guy Harris | 2016-09-06 | 1 | -0/+1 |
* | Use get_positive_int() to parse signed positive arguments. | Guy Harris | 2016-09-06 | 1 | -11/+22 |
* | Have scan_plugins() take an argument specify what to do on load failures. | Guy Harris | 2016-09-05 | 1 | -7/+12 |
* | randpkt_core: change rand() to g_rand_int (CID 1355360). | Dario Lombardo | 2016-07-09 | 1 | -2/+0 |
* | Include ws_diag_control.h in config.h | João Valverde | 2016-04-04 | 1 | -1/+2 |
* | randpkt: restyle the list generation to get rid of the const compiler warning. | Dario Lombardo | 2016-04-01 | 1 | -8/+10 |
* | Fix randpkt and reordercap. | Gerald Combs | 2016-03-22 | 1 | -0/+50 |
* | Build the extcap programs in the extcap directory. | Guy Harris | 2016-02-15 | 1 | -2/+2 |
* | Remove -Wwrite-strings compiler flag | João Valverde | 2015-12-12 | 1 | -3/+1 |
* | randpkt: split into a core and an app. | Dario Lombardo | 2015-11-11 | 1 | -804/+33 |
* | Skip only the actual file descriptor close when writing to stdout. | Guy Harris | 2015-11-10 | 1 | -1/+1 |
* | Treat "-" as "standard input" in the CLI, not in libwiretap. | Guy Harris | 2015-11-10 | 1 | -36/+127 |
* | randpkt: fix no previous prototype for 'randpkt_*' [-Wmissing-prototypes] | Alexis La Goutte | 2015-11-09 | 1 | -4/+4 |
* | Clean up includes of unistd.h, fcntl.h, and sys/stat.h. | Guy Harris | 2015-11-07 | 1 | -8/+0 |
* | randpkt: code restyle. | Dario Lombardo | 2015-11-05 | 1 | -197/+301 |
* | Suppress a bunch of cast-qual warnings. | Gerald Combs | 2015-02-20 | 1 | -0/+3 |
* | Use getopt_long(). | Guy Harris | 2014-12-25 | 1 | -1/+9 |
* | Check for getopt_long(), not getopt(). | Guy Harris | 2014-12-25 | 1 | -1/+1 |
* | Make sure err_info is always set, and print it iff it's non-null. | Guy Harris | 2014-12-18 | 1 | -8/+1 |
* | Handle "I can't map this for that file format" better. | Guy Harris | 2014-12-18 | 1 | -1/+13 |
* | Modify includes of config.h so that out-of-tree builds, i.e. CMake | Graham Bloice | 2014-08-24 | 1 | -1/+1 |
* | Allow wtap_read() and wtap_seek_read() to return records other than packets. | Guy Harris | 2014-05-24 | 1 | -0/+1 |
* | Set the presence flags. | Guy Harris | 2014-05-23 | 1 | -0/+1 |
* | Revert "Refactor Wiretap" | Guy Harris | 2014-05-09 | 1 | -2/+2 |
* | Refactor Wiretap | Michael Mann | 2014-05-09 | 1 | -2/+2 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Follow convention for -h option: | Bill Meier | 2013-12-31 | 1 | -15/+38 |
* | The "file types" we have are actually combinations of types and | Guy Harris | 2013-11-08 | 1 | -1/+1 |
* | Trivial change so all longnames are aligned. | Chris Maynard | 2013-05-19 | 1 | -1/+1 |
* | When any of our executables start on Windows create or open a "Wireshark | Gerald Combs | 2013-02-20 | 1 | -0/+1 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -6/+5 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 : | Jeff Morriss | 2011-08-09 | 1 | -6/+4 |
* | Replace all strerror() with g_strerror(). | Stig Bjørlykke | 2011-06-28 | 1 | -2/+2 |
* | Use ws_open/ws_read to avoid prohibited APIs. | Stig Bjørlykke | 2011-06-23 | 1 | -2/+4 |
* | Move the Windows argument list conversion code to a common routine. | Gerald Combs | 2011-05-24 | 1 | -15/+2 |
* | On Windows, convert all of our command-line arguments from UTF-16 to | Gerald Combs | 2011-01-06 | 1 | -0/+22 |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -1/+1 |
* | Use /dev/urandom (which is non-blocking) instead of /dev/random (which | Gerald Combs | 2010-01-06 | 1 | -6/+8 |
* | Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H | Stig Bjørlykke | 2009-10-06 | 1 | -5/+4 |
* | From Márton Németh via bug 2137: | Gerald Combs | 2009-05-17 | 1 | -25/+90 |
* | Make "-h" a valid flag. | Gerald Combs | 2008-11-17 | 1 | -1/+2 |
* | On non-Windows systems, try /dev/random and, if it exists, use it, | Guy Harris | 2008-10-31 | 1 | -23/+53 |
* | Fixed some "ignoring return value" warnings. | Stig Bjørlykke | 2008-10-31 | 1 | -1/+2 |
* | From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol. | Gerald Combs | 2007-05-25 | 1 | -8/+20 |