aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-24From Thomas Anders: display DHCP option 43 suboption 8 as an octetguy1-3/+10
2004-05-07From Thomas Anders:guy1-23/+262
2003-12-03From Greg Morris: handle the backwards compatibility flag for options 78guy1-4/+12
2003-11-18From Greg Morris:guy1-6/+82
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.guy1-1/+6
2003-07-29The NetInfo parent server address is an IPv4 address, and the NetInfoguy1-107/+107
2003-02-13Put in a missing comma in a list of strings, so we don't get two stringsguy1-2/+2
2003-02-07Add the RFC 3203 FORCERENEW message type, as suggested by Suresh K.gerald1-1/+3
2002-09-28Decode DHCP option 52 (Option Overload). Decode the options embeddedgerald1-9/+78
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-28/+28
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-10/+6
2002-06-29Adjust "voff" regardless of whether we're building a protocol tree, asguy1-14/+19
2002-06-19Clarify a comment, for the benefit of those not familiar with RFCspeak.guy1-2/+2
2002-06-19Put the status of the broadcast flag into the summary line for the flagsguy1-5/+7
2002-06-19From Joerg Mayer:guy1-17/+58
2002-05-28From Joerg Mayer: dissect both the BOOTP server and client ports asguy1-1/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-27RFC 2132 saysguy1-6/+16
2001-12-27On the first pass through the BOOTP options, check whether data existsguy1-10/+34
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-13/+13
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-10-31Update the code for the DHCP authentication option to match RFC 3118,guy1-20/+100
2001-10-29Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theguy1-23/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-17/+17
2001-05-25We always have to make one pass over the BOOTP options to see if theguy1-50/+96
2001-05-24DHCP support for Intel PXEclient DHCP requests, from Joerg Mayer.guy1-7/+169
2001-05-03uint8_t changed to guint8girlich1-2/+2
2001-05-01Put in a comment warning thatguy1-1/+19
2001-05-01Added support for DHCP Authentication extensions specified inashokn1-3/+111
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-2/+2
2001-02-13Changes to correctly decode BOOTP option 82, from Greg Kilfoyle.guy1-4/+44
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Tvbuffify the BOOTP/DHCP dissector.guy1-206/+267
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-4/+4
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-09Phil Techau's fix to BOOTP when client address not supplied.guy1-3/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-07-25A pile of DHCP option names, supplied by Jose Pedro Oliveira.guy1-4/+59
2000-07-09Check the options in a BOOTP packet regardless of whether the protocolguy1-345/+352
2000-07-08The BOOTP "magic cookie" should be added in exactly the same fashionguy1-5/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-14/+14
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.gram1-7/+13
2000-05-19Mark DHCP packets as DHCP, and add boot.dhcp flag.gram1-1/+18
2000-05-11Add tvbuff class.gram1-66/+66
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-2/+10