aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-2/+10
* Fix from Michael Johnston to check the correct bit when testing theGuy Harris2000-03-291-3/+3
* Added Novell option decoding patch from Fredrik Sorensson <fsn@volvo.se>.Gerald Combs2000-03-201-5/+104
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-9/+9
* Fix from Dietmar Petras to the BOOTP dissector - entries for BOOTPGuy Harris2000-02-141-1/+3
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" andGuy Harris1999-11-271-1/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-8/+16
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-21/+47
* Add display filters.Laurent Deniel1999-10-081-49/+121
* Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1999-08-261-2/+2
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-3/+15
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-69/+62
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-84/+76
* Added guy's time and DHCP patch.Gilbert Ramirez1999-01-281-39/+62
* Fix for non null-terminated strings.Gilbert Ramirez1998-11-201-2/+5
* BOOTP option 55 (parameter request list) now shows more detail.Gilbert Ramirez1998-11-201-7/+32
* * Fixed minor bug when printing string values.Gerald Combs1998-11-181-2/+2
* * Added patches from Laurent and GuyGerald Combs1998-11-181-1/+2
* * Added column formatting functionality.Gerald Combs1998-11-171-5/+6
* Added a patch to wiretap from Guy Harris to help compile wiretap inGilbert Ramirez1998-11-121-5/+6
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-2/+1