Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-users: Re: [Ethereal-users] Bug in .99 using tethereal?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 29 Apr 2006 11:04:39 -0700
Stef wrote:
While
$ sudo dumpcap
does not produce any output, even though this one is supposed to
default to writing capture files?!? ... or am I missing something
here?!?

It works for me (even without sudo, but that's because

	$ ls -l /dev/bpf*
	crw-rw----   1 root  admin   23,   0 Apr 29 10:31 /dev/bpf0
	crw-rw----   1 root  admin   23,   1 Apr 29 09:10 /dev/bpf1
	crw-rw----   1 root  admin   23,   2 Apr 16 23:59 /dev/bpf2
	crw-rw----   1 root  admin   23,   3 Apr 16 23:59 /dev/bpf3

and I'm in group "admin").

Of course, the file it wrote to when I last tried it was "/var/tmp/ether47NNKLzrLm", as I hadn't given it any "-w" flag to tell it to write to a particular file, so it created a temporary file.