How to Filter MAC Address in DHCP Traffic with Wireshark?
If any computer on the Windows DHCP server has a problem getting a rope, you may want to open and examine the Wireshark. However, depending on the size of your network, there will be a large number of packets in the DHCP server, and it will be difficult to monitor only the packets from the computer that are experiencing the problem. In such a case, you can filter only the packets from the corresponding MAC address using the filter shown below.
our filter
bootp.hw.mac_addr == 00:0C:29:D5:AA:AA
Using this filter, you can see that the DHCP DORA process has been completed without problems.
Wireshark MAC Adresi Filtreleme
