728x90 반응형 와이어샤크 필터1 와이어샤크 Wireshark 필터 사용법 [특정 IP, http통신, jpg/png 제외] ip.addr == 아이피 && http && !(http.content_type contains "image/png" || http.content_type contains "image/jpeg" || http.content_type contains "application/javascript" || http.request.uri contains ".png" || http.request.uri contains ".jpg") [http통신, jpg/png제외, /login.do 페이지만] http && !(http.content_type contains "image/png" || http.content_type contains "image/jpeg" || h.. 2024. 4. 11. 이전 1 다음 728x90 반응형