aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up initialization code for programs.Guy Harris2017-01-211-15/+19
* Have a routine to do all the work of initializing libwiretap.Guy Harris2017-01-211-8/+6
* randpkt_core: change rand() to g_rand_int (CID 1355360).Dario Lombardo2016-07-091-2/+0
* Include ws_diag_control.h in config.hJoão Valverde2016-04-041-1/+2
* randpkt: restyle the list generation to get rid of the const compiler warning.Dario Lombardo2016-04-011-8/+10
* Fix randpkt and reordercap.Gerald Combs2016-03-221-0/+50
* Build the extcap programs in the extcap directory.Guy Harris2016-02-151-2/+2
* Remove -Wwrite-strings compiler flagJoão Valverde2015-12-121-3/+1
* randpkt: split into a core and an app.Dario Lombardo2015-11-111-804/+33
* Skip only the actual file descriptor close when writing to stdout.Guy Harris2015-11-101-1/+1
* Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris2015-11-101-36/+127
* randpkt: fix no previous prototype for 'randpkt_*' [-Wmissing-prototypes]Alexis La Goutte2015-11-091-4/+4
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-8/+0
* randpkt: code restyle.Dario Lombardo2015-11-051-197/+301
* Suppress a bunch of cast-qual warnings.Gerald Combs2015-02-201-0/+3
* Use getopt_long().Guy Harris2014-12-251-1/+9
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Make sure err_info is always set, and print it iff it's non-null.Guy Harris2014-12-181-8/+1
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-1/+13
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+1
* Set the presence flags.Guy Harris2014-05-231-0/+1
* Revert "Refactor Wiretap"Guy Harris2014-05-091-2/+2
* Refactor WiretapMichael Mann2014-05-091-2/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Follow convention for -h option:Bill Meier2013-12-311-15/+38
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Trivial change so all longnames are aligned.Chris Maynard2013-05-191-1/+1
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-0/+1
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-6/+5
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss2011-08-091-6/+4
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-2/+2
* Use ws_open/ws_read to avoid prohibited APIs.Stig Bjørlykke2011-06-231-2/+4
* Move the Windows argument list conversion code to a common routine.Gerald Combs2011-05-241-15/+2
* On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs2011-01-061-0/+22
* 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