summaryrefslogtreecommitdiff
path: root/bootp.h
Commit message (Expand)AuthorAgeFilesLines
* merge bootp.h into print-bootp.cDenis Ovsienko2014-08-131-230/+0
* Some indentation cleanups from the previous checkin.Guy Harris2014-04-231-10/+10
* More getting rid of old u_intN_t.Guy Harris2014-04-231-128/+128
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-1/+0
* Prevent GCC from doing some alignment-unsafe optimizations on SPARC.Guy Harris2010-08-141-2/+2
* cosmetic change: stick to the 80 columns per line rulehannes2008-04-221-2/+3
* From Francois-Xavier Le Bail: decode DCHP option 249 (Microsoft'sguy2007-08-211-1/+2
* From Francois-Xavier Le Bail: suport for the DHCP Classless Static Routeguy2007-07-241-1/+3
* From Kevin Steves: in the client FQDN option:guy2007-01-291-1/+8
* Move the definitions of "bootp_flag_values[]" and "bootp_op_values[]"guy2003-07-011-13/+2
* per bill fenners suggestion:hannes2003-04-281-4/+14
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-3/+3
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-3/+3
* Add NDS tags 62 and 63 from RFC 2242.fenner2001-01-091-1/+4
* Update for new RFC's and IANA assignments. Many special-format optionsfenner2000-12-031-1/+43
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-89/+89
* now prints DHCP optionsdhcpmcr1999-10-171-3/+70
* Initial revisionmcr1999-10-071-0/+109