StefanScherer / dockerfiles-windows

Various Dockerfiles for Windows Containers
MIT License
1.11k stars 396 forks source link

Capture packet inside windows container. #459

Open gudipudipradeep opened 2 years ago

gudipudipradeep commented 2 years ago

@StefanScherer we need help on creating windows docker image to capture the packets inside windows container.

following tools are required inside the image to apply as sidecar container to capture the traffic of an application.

tcpdump -i \Device{xxxxxxx-xxxx-xxxx-xxxx-xxxxx} -c 5 -nn port 443 netsh trace start capture=yes protocol=TCP netsh trace stop stream analysis with wireshark