aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootp.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Thomas Anders: display DHCP option 43 suboption 8 as an octetGuy Harris2004-05-241-3/+10
* From Thomas Anders:Guy Harris2004-05-071-23/+262
* From Greg Morris: handle the backwards compatibility flag for options 78Guy Harris2003-12-031-4/+12
* From Greg Morris:Guy Harris2003-11-181-6/+82
* From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris2003-09-021-1/+6
* The NetInfo parent server address is an IPv4 address, and the NetInfoGuy Harris2003-07-291-107/+107
* Put in a missing comma in a list of strings, so we don't get two stringsGuy Harris2003-02-131-2/+2
* Add the RFC 3203 FORCERENEW message type, as suggested by Suresh K.Gerald Combs2003-02-071-1/+3
* Decode DHCP option 52 (Option Overload). Decode the options embeddedGerald Combs2002-09-281-9/+78
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-28/+28
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-10/+6
* Adjust "voff" regardless of whether we're building a protocol tree, asGuy Harris2002-06-291-14/+19
* Clarify a comment, for the benefit of those not familiar with RFCspeak.Guy Harris2002-06-191-2/+2
* Put the status of the broadcast flag into the summary line for the flagsGuy Harris2002-06-191-5/+7
* From Joerg Mayer:Guy Harris2002-06-191-17/+58
* From Joerg Mayer: dissect both the BOOTP server and client ports asGuy Harris2002-05-281-1/+3
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* RFC 2132 saysGuy Harris2001-12-271-6/+16
* On the first pass through the BOOTP options, check whether data existsGuy Harris2001-12-271-10/+34
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-13/+13
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Update the code for the DHCP authentication option to match RFC 3118,Guy Harris2001-10-311-20/+100
* Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris2001-10-291-23/+5
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-17/+17
* We always have to make one pass over the BOOTP options to see if theGuy Harris2001-05-251-50/+96
* DHCP support for Intel PXEclient DHCP requests, from Joerg Mayer.Guy Harris2001-05-241-7/+169
* uint8_t changed to guint8Uwe Girlich2001-05-031-2/+2
* Put in a comment warning thatGuy Harris2001-05-011-1/+19
* Added support for DHCP Authentication extensions specified inAshok Narayanan2001-05-011-3/+111
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Changes to correctly decode BOOTP option 82, from Greg Kilfoyle.Guy Harris2001-02-131-4/+44
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Tvbuffify the BOOTP/DHCP dissector.Guy Harris2001-01-031-206/+267
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-4/+4
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Phil Techau's fix to BOOTP when client address not supplied.Guy Harris2000-08-091-3/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* A pile of DHCP option names, supplied by Jose Pedro Oliveira.Guy Harris2000-07-251-4/+59
* Check the options in a BOOTP packet regardless of whether the protocolGuy Harris2000-07-091-345/+352
* The BOOTP "magic cookie" should be added in exactly the same fashionGuy Harris2000-07-081-5/+4
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-14/+14
* Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez2000-05-191-7/+13
* Mark DHCP packets as DHCP, and add boot.dhcp flag.Gilbert Ramirez2000-05-191-1/+18
* Add tvbuff class.Gilbert Ramirez2000-05-111-66/+66