OS/Mac

맥용 Wireshark 에서 interface가 검색되지 않을 때 해결방법

kiros33 2016. 9. 22. 00:53

Revision History

2016/09/22 00:49:07 - 최초 작성


맥용 Wireshark 에서 interface가 검색되지 않을 때 해결방법

해결방법

➜  ~ ls -al /dev/bpf*
crw-------  1 root  wheel   23,   0 Sep 21 23:14 /dev/bpf0
crw-------  1 root  wheel   23,   1 Sep 21 23:13 /dev/bpf1
crw-------  1 root  wheel   23,   2 Sep 21 23:43 /dev/bpf2
crw-------  1 root  wheel   23,   3 Sep 21 23:13 /dev/bpf3
➜  ~ sudo chmod 644 /dev/bpf*
Alias tip: _ chmod 644 /dev/bpf*
Password:
➜  ~ ls -al /dev/bpf*
crw-r--r--  1 root  wheel   23,   0 Sep 21 23:14 /dev/bpf0
crw-r--r--  1 root  wheel   23,   1 Sep 21 23:13 /dev/bpf1
crw-r--r--  1 root  wheel   23,   2 Sep 21 23:43 /dev/bpf2
crw-r--r--  1 root  wheel   23,   3 Sep 21 23:13 /dev/bpf3

1) /dev/bpf* 장치에 대한 권한을 확인하고

2) 644로 읽기 권한을 지정한 후

3) Wireshark를 재실행


검색: Macintosh, 매킨토시, Mac, 맥, OS X, Wireshark, 와이어샤크, Interface, 인터페이스, Troubleshooting, 문제해결