dockerfiles-windows icon indicating copy to clipboard operation
dockerfiles-windows copied to clipboard

Capture packet inside windows container.

Open gudipudipradeep opened this issue 2 years ago • 0 comments

@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

gudipudipradeep avatar Dec 14 '21 19:12 gudipudipradeep