Hi, We've set up Wireshark on a Windows 7 pro machine. It is connected to a layer 3 Cisco switch and we are using it to look at all packets. I was checking the event logs and noted that since it was put in place it has been logging the following events for all PC's connected to the switch:
Is this an error caused by our Wireshark configuration and if so what can we do to eliminate it? The error was not showing on the machine before Wireshark was installed. We also get similar errors on the responding PC. asked 20 Jan ‘15, 08:53 KPL edited 20 Jan ‘15, 09:14 grahamb ♦ |
One Answer:
The event log entries are for WinRM, a remoting mechanism used in newer version of Windows. I think it's entirely unrelated to Wireshark itself, more likely due to the environment, in that the captures are probably putting the NIC into promiscuous mode to capture all traffic and the switch is set up to span or mirror all traffic onto the capture port. The usual recommendation for a "pure" capture device is to remove all transport bindings from the NIC used for capture so that "normal" traffic won't be seen in the capture, this might stop the event log entries, but personally I don't think they're worth worrying about. answered 20 Jan '15, 09:21 grahamb ♦ |