WireShark 에서 인터페이스를 검색하지 못할때. Study+more

On BSD-flavored systems, such as OS X, libpcap opens a BPF device to doa capture. You'd need to make the BPF devices on your system readable by you in order to capture (you could also run Wireshark as root, butthat's overkill, and runs a rather large chunk of code as root).

You could do	sudo chown {your account name} /dev/bpf*

to do that, but that would have to be done after every reboot. To do
that automatically, you could install the ChmodBPF startup item fromrecent versions of libpcap on your system in /Library/StartupItems andedit the commands in the StartService() shell function inChmodBPF/ChmodBPF to do the appropriate chown and possibly chmod commands.


라고 합니다. 

Ref : http://www.wireshark.org/lists/wireshark-users/200608/msg00014.html

트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://handmade.egloos.com/tb/4990600 [도움말]

덧글

덧글 입력 영역