aboutsummaryrefslogtreecommitdiffstats
path: root/tempfile.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-04-08 12:22:12 +0000
committerBill Meier <wmeier@newsguy.com>2009-04-08 12:22:12 +0000
commit013db7740469f2d7c27868a9dafa4e065a82b0af (patch)
treec6aaf2bd3dee39e74ff1731273c49e8745e56399 /tempfile.c
parent27026d0eb1fc40996b5c22180d7c243ded9a9b45 (diff)
Use wireshark (instead of ether) for temp file name prefix.
svn path=/trunk/; revision=27992
Diffstat (limited to 'tempfile.c')
-rw-r--r--tempfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempfile.c b/tempfile.c
index e545b3b43a..0ad2fcff01 100644
--- a/tempfile.c
+++ b/tempfile.c
@@ -100,7 +100,7 @@ static const char *E_tmpdir;
#define P_tmpdir "/var/tmp"
#endif
-/* create a tempfile with the given prefix (e.g. "ether")
+/* create a tempfile with the given prefix (e.g. "wireshark")
* namebuf (and namebuflen) should be 128+1 bytes long (BTW: why?)
* returns the file descriptor of the new tempfile and
* the name of the new file in namebuf