summaryrefslogtreecommitdiff
path: root/print-bootp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch sent to Debian by Roderick Schertler <roderick@argon.org> to printguy2000-10-271-2/+5
| | | | | the time zone offset as a signed 32-bit integer (as RFC 1533 says it is) rather than as an unsigned 32-bit integer.
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
|
* Add definitions of Ethernet types fromguy2000-09-231-2/+2
| | | | | | | | | | | | | | | | "linux-includes/netinet/if_ether.h" to "ethertype.h". Move other stuff used by dissectors from <netinet/if_ether.h> to "ether.h", along the lines of "fddi.h" and "token.h". Move ARP declarations from BSD include files to "print-arp.c". Remove from dissectors includes of <netinet/if_ether.h>, and add includes of "ethertype.h" and/or "ether.h" as necessary. Get rid of configuration options that test declarations now made in "ether.h" or "print-arp.c", as those declarations are now under our control, not the OS's control.
* print client-identifier in hex, from "Gisle Vanem" <gvanem@eunet.no>assar2000-07-011-4/+5
|
* remove non-STDC codeassar2000-07-011-6/+1
|
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
|
* now prints DHCP optionsdhcpmcr1999-10-171-1/+127
|
* Initial revisionmcr1999-10-071-0/+353