- Decode some more annex C fields
[obnox/wireshark/wip.git] / epan / dissectors / packet-bootp.c
2005-12-23 sahlbergadd Jaap K's extensions
2005-12-22 jmayerAs reported by Mark Millet <mmillet@cisco.com>
2005-10-20 etxrabFrom Stephen Donovan:
2005-10-08 sahlbergimprove get_dns_name now that we have cheap emem...
2005-09-13 guyConvert some more "tvb_memcpy()"s fetching IPv4 and...
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-09-01 guyGet rid of a no-longer-used #define.
2005-09-01 guyUse "proto_tree_append_text()" rather than appending...
2005-08-31 sahlbergchange g_string_sprintf[a]() to g_snprintf() and emem...
2005-08-30 sahlbergremove some g_string_printf[a]() and replace it with...
2005-08-28 sahlberganother value_string that was not terminated
2005-08-28 sahlbergadd missing value_string termination
2005-07-26 etxrabFrom Maynard, Chris :
2005-07-21 jmayerOne forgotten warning fix
2005-07-21 jmayersmall warning fixes
2005-05-30 geraldFrom Steve Grubb: Fix off by one errors. Fixes part...
2005-05-24 geraldAdd extra TLV length checks and signedness fixes. ...
2005-05-06 gramA fix for the previous fix for the infinite loop in...
2005-05-06 gramCheck the offset delta while we loop through the options.
2005-05-05 jmayerChange 802.11f -> F, 802.1d -> D, 802.1x -> X, 802...
2005-04-19 geraldFix a pile of format string bugs.
2005-04-18 sahlberg some updates from T Anders
2005-04-05 sahlberguse proto_item_appent_text() instead of proto_item_appe...
2005-03-23 guyThe correlation ID is a 32-bit integer, not a string.
2005-03-23 guyThe DNS name data starts at the beginning of the subopt...
2005-03-23 guyWhen checking whether suboption data fits within the...
2005-01-13 guyUse symbolic names for ARP types.
2005-01-01 guyAs we've made the tap_specific_data field of a tap_pack...
2004-12-26 guyFrom Yaniv Kaul: add Ethernet address-to-name (or,...
2004-12-20 guyUse "plurality()" rather than locally-defined "PLURALIZ...
2004-10-26 geraldRename the "boolean" enum to "val_boolean" lest the...
2004-10-26 guyAdd a "data" item to the opt_info structure, containing...
2004-10-25 guyMake yes_no work in "dissect_netware_ip_suboption(...
2004-10-25 guy"struct o43pxeclient_opt_info" and "struct o43cablelabs...
2004-10-25 guyRemove val_s_long as it's unimplemented and unused...
2004-10-25 guyRename "ipv4" to "ipv4_list", as it's used for lists...
2004-10-25 guyPass to the the routines that dissect suboption lists...
2004-10-24 guyRestructure the DHCP option parsing a bit, to make...
2004-10-24 guyDon't display the FQDN in the FQDN option if the length...
2004-10-24 guyFix the length used for the name in the FQDN option.
2004-10-18 geraldFrom Thomas Anders:
2004-10-17 guyFrom Thomas Anders: DHCP option 6 enhancements:
2004-10-16 guyClena up a few things.
2004-10-16 jmayerAdd support for draft-ietf-dhc-fqdn-option-07.txt
2004-10-16 jmayerChange Client Identifier display a bit to better handle...
2004-10-14 guyUse "tvb_format_stringzpad()" rather than "tvb_format_t...
2004-10-05 guyUse "tvb_format_text()" for string items, so non-printa...
2004-10-05 guyFix a bunch of compiler warnings (and some code that...
2004-10-05 geraldDecode cable modem and MTA device capabilities. Make...
2004-10-01 jmayerinitializing unsigned variables to -1 is considered...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-08-21 jmayerMissed the second case in last change
2004-08-21 jmayerThe chaddr element is always 16 bytes in size, although...
2004-07-18 gramMove dissectors to epan/dissectors directory.