티스토리 뷰
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, 문제해결
'OS > Mac' 카테고리의 다른 글
OnyX - OS X 최적화 및 감춰진 기능을 활성화해주는 프로그램 (0) | 2016.10.10 |
---|---|
macOS Sierra 에서 앱이 실행되지 않을 때(quit unexpectedly) (5) | 2016.10.07 |
[링크] 맥용 사전 앱과 연동되는 이모지 사전 'Emojipedia' (0) | 2016.09.01 |
터미널에서 게이트키퍼(Gatekeeper) 제어하는 방법 (0) | 2016.08.29 |
Network Radar - 네트워크를 스캔/모니터링 (0) | 2016.08.10 |
댓글