Wireshark
From ZENWorks Wiki
Capturing Slow Logins
Template:Three options that I have used
- Use an old hub and plug two workstations in. One run wireshark on PC1 and do the tests on PC2
- If you have a managed switch, you can mirror the ports between two workstations. Run wireshark on one and login with the other.
- The easiest, run vmware. Run wireshark on the host and login with the vmware guest.
Capture Options
How to capture only packets to and from a specific mac address
Here's my common capture options.
- Specify the interfact that we will listen. If the machine only has one NIC, then this is probably correct by default.
- Specify the capture filter. This can be either the mac address or ip of the machine you want to capture traffic of
- ether host 00:00:00:00:00 Capture all traffic of a specific mac address
- host 192.168.1.1 Capture all traffic of a specific IP address


