aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+15
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-69/+62
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-84/+76
1999-01-28Added guy's time and DHCP patch.Gilbert Ramirez1-39/+62
1998-11-20Fix for non null-terminated strings.Gilbert Ramirez1-2/+5
1998-11-20BOOTP option 55 (parameter request list) now shows more detail.Gilbert Ramirez1-7/+32
1998-11-18* Fixed minor bug when printing string values.Gerald Combs1-2/+2
1998-11-18* Added patches from Laurent and GuyGerald Combs1-1/+2
1998-11-17* Added column formatting functionality.Gerald Combs1-5/+6
1998-11-12Added a patch to wiretap from Guy Harris to help compile wiretap inGilbert Ramirez1-5/+6
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-13Removed an endless loop situation if the BOOTP option was unknown.Gilbert Ramirez1-2/+2
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-9/+8
1998-09-23I removed the ncp code from packet-ipx.c and created packet-ncp.c. Now thatGilbert Ramirez1-2/+2
1998-09-22I fixed a small spelling mistake.Gilbert Ramirez1-2/+2
1998-09-17Re-added fixes after cvs tree was changed.Gilbert Ramirez1-3/+3
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+487