| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Check for NULL return value from wtap_dump_open(). | Gilbert Ramirez | 2006-04-26 | 1 | -0/+4 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -1/+1 |
* | The time stamp in a Wiretap packet header is now a wtap_nstime, not a | Guy Harris | 2005-08-24 | 1 | -3/+3 |
* | From Brice Augustin: Use the correct packet length in randpkt. | Gerald Combs | 2005-07-26 | 1 | -1/+1 |
* | More 'char*' -> 'const char*' changes to fix warnings. | Jörg Mayer | 2005-07-23 | 1 | -6/+6 |
* | Add SCTP and MEGACO types, so that we can add SCTP to the "random" test. | Gerald Combs | 2005-03-27 | 1 | -16/+61 |
* | Insert "%s" at various points in an attempt to trigger format string bugs. | Gerald Combs | 2005-03-17 | 1 | -1/+7 |
* | For UDP output, set the length to 65535 instead of 0. | Gerald Combs | 2005-03-16 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Remove a comma at end of enum | Jörg Mayer | 2004-02-23 | 1 | -2/+2 |
* | Clean up the TDS dissector a bit. Change a lot of signed ints to | Gerald Combs | 2002-11-17 | 1 | -1/+24 |
* | Add support for building randpkt under Windows. | Gerald Combs | 2002-10-16 | 1 | -1/+5 |
* | Fix signed/unsigned type mismatches, as pointed out by Silvio. | Gerald Combs | 2002-10-15 | 1 | -2/+35 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Add initial support for GIOP. | Gerald Combs | 2002-05-18 | 1 | -3/+37 |
* | From Peter Valchev: fix editcap to assign the result of "getopt()" to an | Guy Harris | 2002-02-24 | 1 | -2/+2 |
* | Add ncp2222 as a type of packet than randpkt can produce. | Gilbert Ramirez | 2002-02-14 | 1 | -6/+29 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | BACNET support, from Hartmut Mueller. | Guy Harris | 2001-03-31 | 1 | -3/+24 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -4/+4 |
* | Add syslog support to randpkt. | Gerald Combs | 2000-06-11 | 1 | -2/+24 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | Use new-style wtap_dump(). | Gilbert Ramirez | 2000-05-19 | 1 | -2/+3 |
* | Add NBNS support. | Guy Harris | 1999-10-07 | 1 | -2/+24 |
* | Added ICMP and DNS to randpkt. | Gilbert Ramirez | 1999-10-06 | 1 | -1/+41 |
* | Fixed randpkt so it isn't linked to X11 libs. Removed randpkt from default | Gilbert Ramirez | 1999-09-17 | 1 | -2/+2 |
* | Added ip, tcp, and udp to randpkt. | Gilbert Ramirez | 1999-09-10 | 1 | -3/+54 |
* | Added random packet generator. | Gilbert Ramirez | 1999-09-10 | 1 | -0/+293 |