Removed some more "statement not reached" warnings.
[obnox/wireshark/wip.git] / epan / dissectors / packet-bootp.c
2007-12-14 jakeFrom Zbigniew Kopek:
2007-10-27 etxrabFrom Stefan Puiu:
2007-10-17 jakeLogic error
2007-10-09 geraldAdd support for RFC 4243. Tested using a malformed...
2007-09-13 jakeFrom Thomas Sillaber:
2007-08-21 richardvFrom Francois-Xavier Le Bail <fx.lebail@yahoo.com>...
2007-07-24 jakeFrom Francois-Xavier Le Bail:
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-05-26 sfisherFix bug #1416: crash (stack smashing) on single DHCP...
2007-05-24 geraldFix a crash bug found through fuzz testing. The bug...
2007-05-02 jakeFrom Stefan Puiu:
2007-05-01 martinmMake these protocols findable by name.
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-03-26 sahlbergFrom Sebastien Tandel
2007-02-11 sfisherRemove unused variable
2007-02-11 sfisherFrom Joe McEachern:
2006-10-25 guyClean up some compiler warnings.
2006-10-14 guyDo the suboption processing in dissect_netware_ip_subop...
2006-09-21 guyAdd some space after commas.
2006-09-21 guyFix the handling of IPv4-address and Boolean suboptions...
2006-08-16 jmayerAlways print length as well as type in Option line.
2006-08-15 jmayerComplete: Make dhcp options filterable
2006-08-15 jmayerStart making dhcp options filterable (special cases...
2006-08-10 jmayerChange a label a bit to be able to differentiate it...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-04-17 jakeFrom Thomas Anders:
2006-03-09 tpotDisplay more info for some PXE DHCP options:
2006-02-16 guyUse the new "proto_tree_add_*_format_value" routines.
2006-02-08 geraldAdd support for PacketCable option 60/suboption 5.23...
2006-01-16 jmayerdone:
2006-01-11 jakeFrom Thomas Sillaber
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.