Open gudipudipradeep opened 2 years ago
@StefanScherer we need help on creating windows docker image to capture the packets inside windows container.
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
@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