summaryrefslogtreecommitdiff
path: root/print-bootp.c
Commit message (Expand)AuthorAgeFilesLines
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-7/+7
* NDOize the rest of util.cDenis Ovsienko2014-04-141-6/+6
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-11/+11
* spell "%s" format strings (complements 708a68a)Denis Ovsienko2014-03-311-2/+2
* Fix some unsafe print calls.Guy Harris2014-03-301-2/+2
* BOOTP: try to fix 2 newly added compile warningsDenis Ovsienko2014-03-271-2/+2
* finalize some previous NDO conversionsDenis Ovsienko2014-03-261-31/+31
* NDOize BOOTP, DHCPv6, DNS, PIM and sFlow decodersDenis Ovsienko2014-03-251-117/+119
* Use EXTRACT_nBITS even when just testing against zero.Guy Harris2014-01-161-6/+6
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-4/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-1/+1
* whitespace changesMichael Richardson2014-01-011-1/+1
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+2
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-7/+7
* removing unnecessary processing for zero length optionshannes2008-04-221-7/+1
* from Carles Kishimoto <carles.kishimoto@gmail.com>: add support for two more ...hannes2007-09-201-5/+11
* From Francois-Xavier Le Bail: decode DCHP option 249 (Microsoft'sguy2007-08-211-1/+3
* From Francois-Xavier Le Bail: suport for the DHCP Classless Static Routeguy2007-07-241-73/+159
* From Kevin Steves: in the client FQDN option:guy2007-01-291-7/+28
* From Kevin Steves: get rid of some extra blanks when printing flags.guy2007-01-141-5/+5
* From Kevin Steves:guy2007-01-141-12/+24
* From Kevin Steves: fix the printing of options in a parameter requestguy2007-01-141-11/+9
* clean up the bootp printer:hannes2006-02-131-60/+108
* Do more bounds checking.guy2005-05-061-4/+13
* Put in some missing brackets.guy2005-04-201-2/+3
* 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