DHCPDUMP



DHCPDUMP

NAME
SYNOPSIS
DESCRIPTION
USAGE
OUTPUT
RETURN VALUES
NOTES
BUGS
THANKS TO
AUTHOR
SEE ALSO

NAME

dhcpdump − DHCP packet dumper

SYNOPSIS

dhcpdump [−h regular-expression]

DESCRIPTION

This command parses the output of tcpdump to display the dhcp-packets for easier checking and debugging.

USAGE

tcpdump −lenx −s 1500 port bootps or port bootpc | dhcpdump

If you want to filter a specific Client Hardware Address ( CHADDR ), then you can specifiy it as a regular expressions:

tcpdump −lenx −s 1500 port bootps or port bootpc | dhcpdump −h ^00:c0:4f

This will display only the packets with Client Hardware Addresses which start with 00:c0:4f.

OUTPUT

  TIME: 15:45:02.084272
        IP: 0.0.0.0.68 (0:c0:4f:82:ac:7f) > 255.255.255.255.67 (ff:ff:ff:ff:ff:ff)
        OP: 1 (BOOTPREQUEST)
  HTYPE: 1 (Ethernet)
  HLEN: 6
  HOPS: 0
   XID: 28f61b03
  SECS: 0
 FLAGS: 0
CIADDR: 0.0.0.0
YIADDR: 0.0.0.0
SIADDR: 0.0.0.0
GIADDR: 0.0.0.0
CHADDR: 00:c0:4f:82:ac:7f:00:00:00:00:00:00:00:00:00:00
 SNAME: .
 FNAME: .
OPTION:   53 (   1) DHCP message type                 3 (DHCPREQUEST)
OPTION:   54 (   4) Server identifier                 130.139.64.101
OPTION:   50 (   4) Request IP address               130.139.64.143
OPTION:   55 (   7) Parameter Request List           1 (Subnet mask)
                                                                                            3 (Routers)
                                                                                          58 (T1)
                                                                                          59 (T2)

At the option field, the first field is the value of the option, the second one (between brackets) is the length of the option-datafield, the third field is the name of the option, the fourth field is the data of the option.

RETURN VALUES

Always 0.

NOTES

Privileged access is often needed for tcpdump.

BUGS

Not all the parameter options are printed verbose, because of lack of documentation. Not all the options are tested, because of lack of clients/servers with these options. If you have a dump of one of them, please send them to me and I’ll incorperate them.

THANKS TO

Ralph Droms and Ted Lemons "The DHCP Handbook", ISBN 1−57870−137−6.

Peter Apian-Bennewitz <apian@ise.fhg.de> for his Client Hardware Address filtering

AUTHOR

Edwin Groothuis, edwin@mavetju.org (http://www.mavetju.org)

SEE ALSO

dhcpd(8), tcpdump(1), RFC2132







Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.