aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
Commit message (Expand)AuthorAgeFilesLines
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-1/+1
* Use /dev/urandom (which is non-blocking) instead of /dev/random (whichGerald Combs2010-01-061-6/+8
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-5/+4
* From Márton Németh via bug 2137:Gerald Combs2009-05-171-25/+90
* Make "-h" a valid flag.Gerald Combs2008-11-171-1/+2
* On non-Windows systems, try /dev/random and, if it exists, use it,Guy Harris2008-10-311-23/+53
* Fixed some "ignoring return value" warnings.Stig Bjørlykke2008-10-311-1/+2
* From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs2007-05-251-8/+20
* Check for NULL return value from wtap_dump_open().Gilbert Ramirez2006-04-261-0/+4
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-141-1/+1
* The time stamp in a Wiretap packet header is now a wtap_nstime, not aGuy Harris2005-08-241-3/+3
* From Brice Augustin: Use the correct packet length in randpkt.Gerald Combs2005-07-261-1/+1
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-6/+6
* Add SCTP and MEGACO types, so that we can add SCTP to the "random" test.Gerald Combs2005-03-271-16/+61
* Insert "%s" at various points in an attempt to trigger format string bugs.Gerald Combs2005-03-171-1/+7
* For UDP output, set the length to 65535 instead of 0.Gerald Combs2005-03-161-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Remove a comma at end of enumJörg Mayer2004-02-231-2/+2
* Clean up the TDS dissector a bit. Change a lot of signed ints toGerald Combs2002-11-171-1/+24
* Add support for building randpkt under Windows.Gerald Combs2002-10-161-1/+5
* Fix signed/unsigned type mismatches, as pointed out by Silvio.Gerald Combs2002-10-151-2/+35
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Add initial support for GIOP.Gerald Combs2002-05-181-3/+37
* From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris2002-02-241-2/+2
* Add ncp2222 as a type of packet than randpkt can produce.Gilbert Ramirez2002-02-141-6/+29
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* BACNET support, from Hartmut Mueller.Guy Harris2001-03-311-3/+24
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-4/+4
* Add syslog support to randpkt.Gerald Combs2000-06-111-2/+24
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-2/+2
* Use new-style wtap_dump().Gilbert Ramirez2000-05-191-2/+3
* Add NBNS support.Guy Harris1999-10-071-2/+24
* Added ICMP and DNS to randpkt.Gilbert Ramirez1999-10-061-1/+41
* Fixed randpkt so it isn't linked to X11 libs. Removed randpkt from defaultGilbert Ramirez1999-09-171-2/+2
* Added ip, tcp, and udp to randpkt.Gilbert Ramirez1999-09-101-3/+54
* Added random packet generator.Gilbert Ramirez1999-09-101-0/+293