Various:
[metze/wireshark/wip.git] / epan / dissectors / packet-bootp.c
2009-09-24 wmeierVarious:
2009-09-24 wmeierAdd what appear to be missing breaks in two cases of...
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-08-23 krjFrom Didier gautheron via bug 3929:
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-08-07 jmayer- Add rfc number comments on not-yet-decoded options
2009-06-25 stigFrom Nathan Hartwell via bug 2733:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-07 wmeierUse some default true_false_string's.
2009-04-02 guyGet rid of an unused variable.
2009-04-02 etxrabFrom Garey Hassler:
2009-03-30 wmeierFix bug: ptr to an ep str kept for use while capture...
2009-03-29 etxrabMore size_t casts.
2009-03-23 stigFixed some data types to remove some warnings in the...
2009-03-19 geraldAdd an expert item for the seconds-encoded-as-little...
2009-03-06 stigFrom Alexis La Goutte (bug 3308):
2009-02-06 jakeFrom Karl Heinz Wolf:
2009-01-15 guystrcasecmp()'s behavior is locale-dependent, and thus...
2009-01-14 jakeFrom Alex Lindberg:
2009-01-13 jmayerAdd reference for changed option space
2009-01-13 jmayerUpdate list of dhcpoptions according to
2008-12-27 jakeFix for bug 2839:
2008-12-17 wmeierFix typos and spelling (mostly in text strings)
2008-10-08 jakeFrom Karl Heinz Wolf:
2008-09-11 etxrabFrom Karl Heinz Wolf:
2008-08-26 wmeier#include <emem.h> not req'd
2008-08-11 stigFrom Roy Marples (bug 2781 and bug 2796):
2008-06-23 stigRenamed index and ipv4_addr to avoid name collisions.
2008-05-14 wmeierFix some of the Errors/warnings detected by checkapi.
2008-03-30 jmayerFix bug 2395: 2395
2008-03-13 geraldRemove leftover debug code.
2008-03-13 geraldsscanf() apparently handles negative input values,...
2008-03-12 stigFixed uint -> guint.
2008-03-12 jmayer+ DHCP overload option parsing changes (triggered by...
2008-02-21 jakeFrom Karl Heinz Wolf:
2008-02-11 geraldWindows (confirmed with Vista, XP, and 98) sends the...
2008-02-07 stigRemoved even more "statement not reached" warnings.
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...
next