]> The Tcpdump Group git mirrors - tcpdump/commit
From Gisle Vanem <[email protected]>:
authorguy <guy>
Sat, 8 Feb 2003 19:31:59 +0000 (19:31 +0000)
committerguy <guy>
Sat, 8 Feb 2003 19:31:59 +0000 (19:31 +0000)
commit49e3507eb3b461f89f7bf8afc90c0e567e7a698a
treedf388e838594ef5512ef58f75f8f212b0e901ff0
parent2b27594dec682fab06f3560af4891e66c39d88ed
From Gisle Vanem <[email protected]>:

open the file containing a filter expression in binary mode, so
that we get all the characters that "fstat()" claims are there,
rather than having CRs stripped out (causing us to report an
error because the "read()" call gives us less data than
"fstat()" claims was in the file);

close the file descriptor once we're finished reading the file;

strip out everything on a line starting with "#", so that "#"
can be used for to-end-of-line comments in the file.

Update his address in the CREDITS file.
CREDITS
util.c