summaryrefslogtreecommitdiff
path: root/print-bootp.c
Commit message (Expand)AuthorAgeFilesLines
* From: alex medvedev <alexm@pycckue.org>hannes2004-03-021-1/+5
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Fix typo in truncation check of bp_filefenner2003-08-011-2/+2
* Move the definitions of "bootp_flag_values[]" and "bootp_op_values[]"guy2003-07-011-1/+12
* The source and destination port arguments to "bootp_print()" are noguy2003-05-011-2/+2
* per bill fenners suggestion:hannes2003-04-281-25/+18
* Update URL for IANA BOOTP and DHCP extensions registryfenner2003-03-161-2/+2
* Print the length in the truncation message if we know it.fenner2003-03-121-3/+7
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-13/+2
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-4/+4
* changed bootp decoder for multiline output, fixed segfault referencing NULL p...hannes2002-12-041-25/+31
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-3/+2
* Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h>guy2002-08-061-2/+1
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* whitespace cleanupitojun2002-06-111-2/+2
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-4/+1
* Make the tag in "rfc1048_print()" a 16-bit variable, as 16-bitguy2002-04-261-18/+19
* Eliminate some unused parameters.fenner2001-09-171-18/+17
* Add "$" format, meaning to escape to a special printer (from LBL)fenner2001-07-041-7/+107
* Don't bother using a variable to store a constant format stringfenner2001-04-271-3/+2
* constify/printf audit changes from netbsd.itojun2001-02-211-4/+7
* Use EXTRACT_* instead of memcpy() to extract numeric values to handlefenner2000-12-041-7/+11
* Undo spamming of rev 1.50fenner2000-12-031-2/+2
* Update for new RFC's and IANA assignments. Many special-format optionsfenner2000-12-031-4/+67
* Patch sent to Debian by Roderick Schertler <roderick@argon.org> to printguy2000-10-271-2/+5
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+2
* 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