Windows, Linux에서 네트워크 패킷 캡처
Windows에서 패킷 캡처
- Wireshark (와이어샤크, 기본적으로는 이거)
- netsh 명령어 (인스톨이 불가한 경우)
netsh /?
netsh trace start capture=yes tracefile=c:\trace.etl persistent=yes maxsize=4096
netsh trace stop
Linux에서 패킷 캡처
- tshark (와이어샤크의 커맨드 라인)
- tcpdump