aboutsummaryrefslogtreecommitdiffstats
path: root/capinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2004-08-21"localtime()" returns a value that might not survive a subsequent callGuy Harris1-59/+51
to "localtime()" (it might, for example, be static - and *is* static in a lot of implementations). Don't call it twice and expect both values to be useful. Clean up white space. svn path=/trunk/; revision=11783
2004-07-30Squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=11571
2004-07-30Strip out the CR's, set svn:eol-style to native, set svn:keywords to Id,Guy Harris1-341/+340
and get rid of the svn:executable property. svn path=/trunk/; revision=11570
2004-07-28From Ian Schorr: capinfo - provides capture file information.Olivier Biot1-0/+341
svn path=/trunk/; revision=11555