aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-3/+1
2015-11-11randpkt: split into a core and an app.Dario Lombardo1-804/+33
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-1/+1
2015-11-10Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris1-36/+127
2015-11-09randpkt: fix no previous prototype for 'randpkt_*' [-Wmissing-prototypes]Alexis La Goutte1-4/+4
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-8/+0
2015-11-05randpkt: code restyle.Dario Lombardo1-197/+301
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-0/+3
2014-12-25Use getopt_long().Guy Harris1-1/+9
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-8/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+13
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-23Set the presence flags.Guy Harris1-0/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-2/+2
2014-05-09Refactor WiretapMichael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-31Follow convention for -h option:Bill Meier1-15/+38
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-05-19Trivial change so all longnames are aligned.Chris Maynard1-1/+1
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-6/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-6/+4
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+2
2011-06-23Use ws_open/ws_read to avoid prohibited APIs.Stig Bjørlykke1-2/+4
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-15/+2
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-0/+22
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
2010-01-06Use /dev/urandom (which is non-blocking) instead of /dev/random (whichGerald Combs1-6/+8
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-5/+4
2009-05-17From Márton Németh via bug 2137:Gerald Combs1-25/+90
2008-11-17Make "-h" a valid flag.Gerald Combs1-1/+2
2008-10-31On non-Windows systems, try /dev/random and, if it exists, use it,Guy Harris1-23/+53
2008-10-31Fixed some "ignoring return value" warnings.Stig Bjørlykke1-1/+2
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-8/+20
2006-04-26Check for NULL return value from wtap_dump_open().Gilbert Ramirez1-0/+4
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-1/+1
2005-08-24The time stamp in a Wiretap packet header is now a wtap_nstime, not aGuy Harris1-3/+3
2005-07-26From Brice Augustin: Use the correct packet length in randpkt.Gerald Combs1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-6/+6
2005-03-27Add SCTP and MEGACO types, so that we can add SCTP to the "random" test.Gerald Combs1-16/+61
2005-03-17Insert "%s" at various points in an attempt to trigger format string bugs.Gerald Combs1-1/+7
2005-03-16For UDP output, set the length to 65535 instead of 0.Gerald Combs1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-23Remove a comma at end of enumJörg Mayer1-2/+2
2002-11-17Clean up the TDS dissector a bit. Change a lot of signed ints toGerald Combs1-1/+24
2002-10-16Add support for building randpkt under Windows.Gerald Combs1-1/+5