aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-26From Maynard, Chris :Anders Broman1-1/+1
2005-07-21One forgotten warning fixJörg Mayer1-1/+1
2005-07-21small warning fixesJörg Mayer1-3/+4
2005-05-30From Steve Grubb: Fix off by one errors. Fixes part of bug 217.Gerald Combs1-3/+3
2005-05-24Add extra TLV length checks and signedness fixes. Fixes the infinite loop inGerald Combs1-10/+10
2005-05-06A fix for the previous fix for the infinite loop in bootp, bug #160.Gilbert Ramirez1-3/+3
2005-05-06Check the offset delta while we loop through the options.Gilbert Ramirez1-2/+11
2005-05-05Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pJörg Mayer1-1/+1
2005-04-19Fix a pile of format string bugs.Gerald Combs1-20/+20
2005-04-18 some updates from T AndersRonnie Sahlberg1-4/+6
2005-04-05use proto_item_appent_text() instead of proto_item_append_string() since the ...Ronnie Sahlberg1-1/+1
2005-03-23The correlation ID is a 32-bit integer, not a string.Guy Harris1-1/+13
2005-03-23The DNS name data starts at the beginning of the suboption data, not theGuy Harris1-2/+2
2005-03-23When checking whether suboption data fits within the option, checkGuy Harris1-4/+4
2005-01-13Use symbolic names for ARP types.Guy Harris1-5/+7
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris1-1/+1
2004-12-26From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to-Guy Harris1-8/+28
2004-12-20Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andGuy Harris1-2/+0
2004-10-26Rename the "boolean" enum to "val_boolean" lest the Microsoft compiler letGerald Combs1-14/+14
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