aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-03From Greg Morris: handle the backwards compatibility flag for options 78Guy Harris1-4/+12
2003-11-18From Greg Morris:Guy Harris1-6/+82
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris1-1/+6
2003-07-29The NetInfo parent server address is an IPv4 address, and the NetInfoGuy Harris1-107/+107
2003-02-13Put in a missing comma in a list of strings, so we don't get two stringsGuy Harris1-2/+2
2003-02-07Add the RFC 3203 FORCERENEW message type, as suggested by Suresh K.Gerald Combs1-1/+3
2002-09-28Decode DHCP option 52 (Option Overload). Decode the options embeddedGerald Combs1-9/+78
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-28/+28
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-10/+6
2002-06-29Adjust "voff" regardless of whether we're building a protocol tree, asGuy Harris1-14/+19
2002-06-19Clarify a comment, for the benefit of those not familiar with RFCspeak.Guy Harris1-2/+2
2002-06-19Put the status of the broadcast flag into the summary line for the flagsGuy Harris1-5/+7
2002-06-19From Joerg Mayer:Guy Harris1-17/+58
2002-05-28From Joerg Mayer: dissect both the BOOTP server and client ports asGuy Harris1-1/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-27RFC 2132 saysGuy Harris1-6/+16
2001-12-27On the first pass through the BOOTP options, check whether data existsGuy Harris1-10/+34
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-13/+13
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-31Update the code for the DHCP authentication option to match RFC 3118,Guy Harris1-20/+100
2001-10-29Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris1-23/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-17/+17
2001-05-25We always have to make one pass over the BOOTP options to see if theGuy Harris1-50/+96
2001-05-24DHCP support for Intel PXEclient DHCP requests, from Joerg Mayer.Guy Harris1-7/+169
2001-05-03uint8_t changed to guint8Uwe Girlich1-2/+2
2001-05-01Put in a comment warning thatGuy Harris1-1/+19
2001-05-01Added support for DHCP Authentication extensions specified inAshok Narayanan1-3/+111
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-02-13Changes to correctly decode BOOTP option 82, from Greg Kilfoyle.Guy Harris1-4/+44
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Tvbuffify the BOOTP/DHCP dissector.Guy Harris1-206/+267
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-4/+4
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-09Phil Techau's fix to BOOTP when client address not supplied.Guy Harris1-3/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-07-25A pile of DHCP option names, supplied by Jose Pedro Oliveira.Guy Harris1-4/+59
2000-07-09Check the options in a BOOTP packet regardless of whether the protocolGuy Harris1-345/+352
2000-07-08The BOOTP "magic cookie" should be added in exactly the same fashionGuy Harris1-5/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-14/+14
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez1-7/+13
2000-05-19Mark DHCP packets as DHCP, and add boot.dhcp flag.Gilbert Ramirez1-1/+18
2000-05-11Add tvbuff class.Gilbert Ramirez1-66/+66
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-2/+10
2000-03-29Fix from Michael Johnston to check the correct bit when testing theGuy Harris1-3/+3
2000-03-20Added Novell option decoding patch from Fredrik Sorensson <fsn@volvo.se>.Gerald Combs1-5/+104