-
Wireshark ieee80211 filter걸기Network/Network 2018. 5. 17. 22:25
Wireshark에서 ieee80211 패킷에 대한 필터를 거는 방법이다.
생각보다 간단하다!
ieee802.11의 frame의 type과 subtype을 써주면 된다!
몇 가지 filter를 적어놓았다.
Beacon frame
wlan.fc.type_subtype == 0x08
802.11 Block Ack
wlan.fc.type_subtype == 0x19
Probe Request
wlan.fc.type_subtype == 0x04
Probe Response
wlan.fc.type_subtype == 0x05
Qos Data
wlan.fc.type_subtype == 0x28
Deauthentication
wlan.fc.type_subtype == 0x0c
Clear-to-send
wlan.fc.type_subtype == 0x1c
Acknowledgement
wlan.fc.type_subtype == 0x1d
Request-to-send
wlan.fc.type_subtype == 0x1b
반응형'Network > Network' 카테고리의 다른 글
Windows 10 Ad-hoc 사용하기~ (0) 2018.06.10 Kali linux에서 가상 인터페이스 생성과 디버깅 꿀팁! (0) 2018.05.23 RSA 암호화 방식 (0) 2017.11.16 전이중과 반이중 (0) 2017.10.29 DNS의 No Search Name 또는 Server Failure (0) 2017.10.29 댓글