aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :morriss1-6/+4
2011-06-28Replace all strerror() with g_strerror().stig1-2/+2
2011-06-23Use ws_open/ws_read to avoid prohibited APIs.stig1-2/+4
2011-05-24Move the Windows argument list conversion code to a common routine.gerald1-15/+2
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 togerald1-0/+22
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-1/+1
2010-01-06Use /dev/urandom (which is non-blocking) instead of /dev/random (whichgerald1-6/+8
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_Hstig1-5/+4
2009-05-17From Márton Németh via bug 2137:gerald1-25/+90
2008-11-17Make "-h" a valid flag.gerald1-1/+2
2008-10-31On non-Windows systems, try /dev/random and, if it exists, use it,guy1-23/+53
2008-10-31Fixed some "ignoring return value" warnings.stig1-1/+2
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.gerald1-8/+20
2006-04-26Check for NULL return value from wtap_dump_open().gram1-0/+4
2005-09-14added compression support for capture file output. The Save/As dialog now has...ulfl1-1/+1
2005-08-24The time stamp in a Wiretap packet header is now a wtap_nstime, not aguy1-3/+3
2005-07-26From Brice Augustin: Use the correct packet length in randpkt.gerald1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-6/+6
2005-03-27Add SCTP and MEGACO types, so that we can add SCTP to the "random" test.gerald1-16/+61
2005-03-17Insert "%s" at various points in an attempt to trigger format string bugs.gerald1-1/+7
2005-03-16For UDP output, set the length to 65535 instead of 0.gerald1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-02-23Remove a comma at end of enumjmayer1-2/+2
2002-11-17Clean up the TDS dissector a bit. Change a lot of signed ints togerald1-1/+24
2002-10-16Add support for building randpkt under Windows.gerald1-1/+5
2002-10-15Fix signed/unsigned type mismatches, as pointed out by Silvio.gerald1-2/+35
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-05-18Add initial support for GIOP.gerald1-3/+37
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anguy1-2/+2
2002-02-14Add ncp2222 as a type of packet than randpkt can produce.gram1-6/+29
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-03-31BACNET support, from Hartmut Mueller.guy1-3/+24
2000-09-21Make sure to pass the sent/received direction from pppdump.c ingram1-4/+4
2000-06-11Add syslog support to randpkt.gerald1-2/+24
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-2/+2
2000-05-19Use new-style wtap_dump().gram1-2/+3
1999-10-07Add NBNS support.guy1-2/+24
1999-10-06Added ICMP and DNS to randpkt.gram1-1/+41
1999-09-17Fixed randpkt so it isn't linked to X11 libs. Removed randpkt from defaultgram1-2/+2
1999-09-10Added ip, tcp, and udp to randpkt.gram1-3/+54
1999-09-10Added random packet generator.gram1-0/+293