aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-9/+9
2000-02-14Fix from Dietmar Petras to the BOOTP dissector - entries for BOOTPGuy Harris1-1/+3
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-27Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" andGuy Harris1-1/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-8/+16
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-21/+47
1999-10-08Add display filters.Laurent Deniel1-49/+121
1999-08-26Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1-2/+2