Open In App

DHCP: BOOTP Statistics in Wireshark

Wireshark is a network analyzer which has a set of tools to test the network for vulnerabilities. Vulnerabilities found at initial stage saves websites, applications, and software from potential attacks. It is used in organizations ranging from small to large for testing out network stability, latency, bandwidth features etc. Due to its open source nature, documentation is easily available which makes it handy for beginners, moreover it is cross-platform so can be used on Windows, Mac, and Linux systems. Developers can modify the available source code as per their requirement.

DHCP (BOOTP) can be understood as configuration protocols used for downloading configuration information from a DHCP server or from a BOOTP server. DHCP stands for Dynamic host configuration protocol that provides IP addresses for communication, but only for a limited time period. It occurs automatically, for example a hub can automatically configure IP addresses as soon as it comes in contact with the internet. It works fine for mobile devices also. BOOTP stands for Bootstrap Protocol, which is used for assigning IP addresses and subnet masks manually and is not suitable for mobile devices. 



DHCP Statistics in Wireshark:

It is a window in Wireshark which is used to analyze the data packets of DHCP and BOOTP protocols when they are trying to configure devices like hubs, switches, or routers. Each packet sent contains information like IP, address, subnet mask, duration in case of temporary Ip addresses. Data of DHCP and BOOTP is transferred over port 67 and port 68.  It can be found under the Statistics tab in Wireshark, see the below image

 

After it clicks on DHCP (BOOTP) Statistics and a below window appears with captured data packets



 

Different information fields are given for the request and responses while configuring devices.

All the information can be saved for later analysis.

Article Tags :