commit | 46f6e51d596cb47c718baa3959c2e9bb28c5e0c1 | [log] [tgz] |
---|---|---|
author | guy <guy> | Sun Oct 08 08:48:48 2000 +0000 |
committer | guy <guy> | Sun Oct 08 08:48:48 2000 +0000 |
tree | a105215bd7a641455624b37e76ab13a993fa4e64 | |
parent | f4f269aecb3a493297b200e892da5795cb85ca0e [diff] |
Get rid of unnecessary includes, and use tcpdump's "ip.h" and "udp.h" rather than the OS's <netinet/ip.h> and <netinet/udp.h>. As per Bill Fenner's suggestion, print single-byte 2-digit hex values with "%02X" rather than manually pulling the nibbles out of the byte and converting them.