aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-26Add a "data" item to the opt_info structure, containing a "const voidGuy Harris1-367/+345
2004-10-25Make yes_no work in "dissect_netware_ip_suboption()" the way it worksGuy Harris1-27/+28
2004-10-25"struct o43pxeclient_opt_info" and "struct o43cablelabs_opt_info" lookGuy Harris1-16/+6
2004-10-25Remove val_s_long as it's unimplemented and unused - put it back if it'sGuy Harris1-138/+169
2004-10-25Rename "ipv4" to "ipv4_list", as it's used for lists of IPv4 addresses,Guy Harris1-48/+58
2004-10-25Pass to the the routines that dissect suboption lists the offset of theGuy Harris1-219/+465
2004-10-24Restructure the DHCP option parsing a bit, to make it a bit clearer -Guy Harris1-132/+248
2004-10-24Don't display the FQDN in the FQDN option if the length of the FQDN isGuy Harris1-15/+17
2004-10-24Fix the length used for the name in the FQDN option.Guy Harris1-2/+2
2004-10-18From Thomas Anders:Gerald Combs1-20/+23
2004-10-17From Thomas Anders: DHCP option 6 enhancements:Guy Harris1-42/+109
2004-10-16Clena up a few things.Guy Harris1-3/+5
2004-10-16Add support for draft-ietf-dhc-fqdn-option-07.txtJörg Mayer1-2/+117
2004-10-16Change Client Identifier display a bit to better handle non-hw identifiers of...Jörg Mayer1-5/+12
2004-10-14Use "tvb_format_stringzpad()" rather than "tvb_format_text()", as perGuy Harris1-7/+7
2004-10-05Use "tvb_format_text()" for string items, so non-printable charactersGuy Harris1-40/+39
2004-10-05Fix a bunch of compiler warnings (and some code that was boguslyGuy Harris1-13/+10
2004-10-05Decode cable modem and MTA device capabilities. Make the CableLabsGerald Combs1-130/+852
2004-10-01initializing unsigned variables to -1 is considered interestingJörg Mayer1-3/+3
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-3/+2
2004-08-21Missed the second case in last changeJörg Mayer1-1/+1
2004-08-21The chaddr element is always 16 bytes in size, although only hlen bytes are usedJörg Mayer1-1/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1823