aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/network_instruments.c
Commit message (Expand)AuthorAgeFilesLines
* Add extra {} to "avoid ambiguous `else'", to quote the GCC warning thatGuy Harris2004-02-091-3/+3
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-14/+17
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* "file_seek()" sets "*err" - there's no need to set it ourselves. ItGuy Harris2003-11-251-15/+7
* From Scott Emberley: support for writing Network Instruments ObserverGuy Harris2003-11-061-19/+172
* The time in Observer files is in nanoseconds since midnight, January 1,Guy Harris2003-11-011-14/+45
* Temporarily get rid of the "struct tm" in "struct observer_time", andGuy Harris2003-10-311-1/+5
* From Scott Emberley: support for reading Network Instruments version 9Guy Harris2003-10-311-0/+290