Register all icons regardless of HAVE_LIBPCAP.
[obnox/wireshark/wip.git] / randpkt.c
2011-08-09 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-23 stigUse ws_open/ws_read to avoid prohibited APIs.
2011-05-24 geraldMove the Windows argument list conversion code to a...
2011-01-06 geraldOn Windows, convert all of our command-line arguments...
2010-05-28 morrissMove some code (including the optional objects) into...
2010-01-06 geraldUse /dev/urandom (which is non-blocking) instead of...
2009-10-06 stigInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-05-17 geraldFrom Márton Németh via bug 2137:
2008-11-17 geraldMake "-h" a valid flag.
2008-10-31 guyOn non-Windows systems, try /dev/random and, if it...
2008-10-31 stigFixed some "ignoring return value" warnings.
2007-05-25 geraldFrom Mike Harvey: Support for WiMAX and the WiMAX M2M...
2006-04-26 gramCheck for NULL return value from wtap_dump_open().
2005-09-14 ulfladded compression support for capture file output....
2005-08-24 guyThe time stamp in a Wiretap packet header is now a...
2005-07-26 geraldFrom Brice Augustin: Use the correct packet length...
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-03-27 geraldAdd SCTP and MEGACO types, so that we can add SCTP...
2005-03-17 geraldInsert "%s" at various points in an attempt to trigger...
2005-03-16 geraldFor UDP output, set the length to 65535 instead of 0.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-02-23 jmayerRemove a comma at end of enum
2002-11-17 geraldClean up the TDS dissector a bit. Change a lot of...
2002-10-16 geraldAdd support for building randpkt under Windows.
2002-10-15 geraldFix signed/unsigned type mismatches, as pointed out...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-05-18 geraldAdd initial support for GIOP.
2002-02-24 guyFrom Peter Valchev: fix editcap to assign the result...
2002-02-14 gramAdd ncp2222 as a type of packet than randpkt can produce.
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-03-31 guyBACNET support, from Hartmut Mueller.
2000-09-21 gramMake sure to pass the sent/received direction from...
2000-06-11 geraldAdd syslog support to randpkt.
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 gramUse new-style wtap_dump().
1999-10-07 guyAdd NBNS support.
1999-10-06 gramAdded ICMP and DNS to randpkt.
1999-09-17 gramFixed randpkt so it isn't linked to X11 libs. Removed...
1999-09-10 gramAdded ip, tcp, and udp to randpkt.
1999-09-10 gramAdded random packet generator.