aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
Commit message (Expand)AuthorAgeFilesLines
* From Maynard, Chris :Anders Broman2005-07-261-1/+1
* One forgotten warning fixJörg Mayer2005-07-211-1/+1
* small warning fixesJörg Mayer2005-07-211-3/+4
* From Steve Grubb: Fix off by one errors. Fixes part of bug 217.Gerald Combs2005-05-301-3/+3
* Add extra TLV length checks and signedness fixes. Fixes the infinite loop inGerald Combs2005-05-241-10/+10
* A fix for the previous fix for the infinite loop in bootp, bug #160.Gilbert Ramirez2005-05-061-3/+3
* Check the offset delta while we loop through the options.Gilbert Ramirez2005-05-061-2/+11
* Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pJörg Mayer2005-05-051-1/+1
* Fix a pile of format string bugs.Gerald Combs2005-04-191-20/+20
* some updates from T AndersRonnie Sahlberg2005-04-181-4/+6
* use proto_item_appent_text() instead of proto_item_append_string() since the ...Ronnie Sahlberg2005-04-051-1/+1
* The correlation ID is a 32-bit integer, not a string.Guy Harris2005-03-231-1/+13
* The DNS name data starts at the beginning of the suboption data, not theGuy Harris2005-03-231-2/+2
* When checking whether suboption data fits within the option, checkGuy Harris2005-03-231-4/+4
* Use symbolic names for ARP types.Guy Harris2005-01-131-5/+7
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-1/+1
* From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to-Guy Harris2004-12-261-8/+28
* Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andGuy Harris2004-12-201-2/+0
* Rename the "boolean" enum to "val_boolean" lest the Microsoft compiler letGerald Combs2004-10-261-14/+14
* Add a "data" item to the opt_info structure, containing a "const voidGuy Harris2004-10-261-367/+345
* Make yes_no work in "dissect_netware_ip_suboption()" the way it worksGuy Harris2004-10-251-27/+28
* "struct o43pxeclient_opt_info" and "struct o43cablelabs_opt_info" lookGuy Harris2004-10-251-16/+6
* Remove val_s_long as it's unimplemented and unused - put it back if it'sGuy Harris2004-10-251-138/+169
* Rename "ipv4" to "ipv4_list", as it's used for lists of IPv4 addresses,Guy Harris2004-10-251-48/+58
* Pass to the the routines that dissect suboption lists the offset of theGuy Harris2004-10-251-219/+465
* Restructure the DHCP option parsing a bit, to make it a bit clearer -Guy Harris2004-10-241-132/+248
* Don't display the FQDN in the FQDN option if the length of the FQDN isGuy Harris2004-10-241-15/+17
* Fix the length used for the name in the FQDN option.Guy Harris2004-10-241-2/+2
* From Thomas Anders:Gerald Combs2004-10-181-20/+23
* From Thomas Anders: DHCP option 6 enhancements:Guy Harris2004-10-171-42/+109
* Clena up a few things.Guy Harris2004-10-161-3/+5
* Add support for draft-ietf-dhc-fqdn-option-07.txtJörg Mayer2004-10-161-2/+117
* Change Client Identifier display a bit to better handle non-hw identifiers of...Jörg Mayer2004-10-161-5/+12
* Use "tvb_format_stringzpad()" rather than "tvb_format_text()", as perGuy Harris2004-10-141-7/+7
* Use "tvb_format_text()" for string items, so non-printable charactersGuy Harris2004-10-051-40/+39
* Fix a bunch of compiler warnings (and some code that was boguslyGuy Harris2004-10-051-13/+10
* Decode cable modem and MTA device capabilities. Make the CableLabsGerald Combs2004-10-051-130/+852
* initializing unsigned variables to -1 is considered interestingJörg Mayer2004-10-011-3/+3
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris2004-08-221-3/+2
* Missed the second case in last changeJörg Mayer2004-08-211-1/+1
* The chaddr element is always 16 bytes in size, although only hlen bytes are usedJörg Mayer2004-08-211-1/+3
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+1823