uat: add a reset callback.
[metze/wireshark/wip.git] / epan / dissectors / packet-bootp.c
2017-01-12 Dario Lombardouat: add a reset callback.
2016-12-17 Alexis La Gouttebootp: Update DHCP Message Type 53 Values
2016-12-17 Alexis La Gouttebootp: fix indent (use tabs)
2016-12-16 Eliot Lear[BOOTP/DHCPv6] Add new manufacturer usage description...
2016-12-13 Michael MannAdjust proto_tree_add_uint_format_value calls to use...
2016-12-02 Jaap KeuterBOOTP: Fix V-I Vendor-Specific Information Option
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-10-05 Dario Lombardobootp: use ws_strtoi function.
2016-09-18 Martin Kaiserbootp: dissect option 82, sub-option 12 (Relay Agent...
2016-08-20 Uli HeilmeierBOOTP: Catch undefined Client Identifier (Option 61)
2016-07-14 Daniele LacameraDHCP: correctly parse PXE options (209-210)
2016-06-27 Michael Manntvb_get_string_enc + proto_tree_add_item = proto_tree_a...
2016-06-16 Dario Lombardoqt: move free_stat_tables from SimpleStatisticsDialog...
2016-06-15 Michael Mannproto_tree_add_boolean -> proto_tree_add_bitmask_list_value
2016-05-28 Uli HeilmeierBOOTP: Added Boot Services Discovery Protocol (BSDP)
2016-05-09 Guy HarrisGive the time_[m]secs_to routines names that begin...
2016-05-03 Joerg MayerMove common code outside switch statement.
2016-03-26 Victor Dodonbootp: Add support for iSNS (RFC4174) dissection
2016-02-27 Michael MannBOOTP: Add preference to determine endianness of UUID.
2016-02-22 Michael MannFix some hf_ field datatype conflicts.
2015-12-29 Guy HarrisRename new_stat_tap_ui to stat_tap_table_ui.
2015-12-29 Guy HarrisThere's no "old" stat_tap_table, so remove "new_" from...
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-11-09 Michael MannConvert some UDP subdissectors to "new" style.
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-10-01 Jeffrey SmithTreat IPv4 subnet masks as distinct from addresses
2015-09-18 Alexis La GoutteDHCP (bootp): Fix Dead Store (Dead assignement/Dead...
2015-09-13 Guy HarrisSquelch 64-bit-to-32-bit warnings by just casting to...
2015-09-13 Evan Huusbootp: simplify avaya parameter parsing
2015-09-13 Uli HeilmeierBootp/DHCP: Add option 242 (Avaya IP Telephone)
2015-08-29 Jeffrey Smithbootp/dhcp: fix Alcatel suboption detection bug
2015-08-26 Jeffrey Smithbootp/dhcp: tighten check for Alcatel extensions
2015-08-21 Alexis La GoutteGSM/ANSI/CAMEL...: fix no previous prototype for '...
2015-08-20 Alexis La GoutteBOOTP: fix indent (use tab)
2015-08-04 Gerald CombsConvert H.225 tap stats to new "generic stat API".
2015-07-08 Gerald CombsAdd SimpleStatisticsDialog.
2015-07-03 Michael MannConvert BOOTP/DHCP tap stats to new "generic stat API".
2015-07-03 Martin Mathiesonbootp: try to fix OSX builtbot
2015-07-03 Martin MathiesonDHCP: Lookup OUI for TR111 suboption. Also add Ubiquis...
2015-06-25 Martin Kaiserbootp: replace THROW() by an expert info
2015-04-20 Guy HarrisDon't use FT_STRINGZ for something that's not a string.
2015-03-18 AndersBroman[BOOTP] Try to fix the build boot by casting a variable...
2015-03-18 Michael MannRemove proto_tree_add_text from packet-bootp.c
2015-03-11 Jérôme LAFORGEMinor fix of RFC's number into comment.
2015-03-10 Alexis La GoutteBootp: fix typo
2015-03-03 Michael MannAdd tvb_get_ether_name
2015-02-18 Guy HarrisMake UAT record update callbacks return a success/failu...
2015-01-20 Alexis La GoutteDHCP/BOOTP: Option 125 Suboption: (5) fix display Modem...
2015-01-17 Alexis La GoutteDHCP/BOOTP: Option 125 Suboption: (1) option-len always...
2015-01-13 Guy HarrisUAT error string pointers should not be const pointers.
2015-01-07 Michael Manntvb_bytes_to_ep_str -> tvb_bytes_to_str
2014-12-26 Michael MannReplace ip_to_str with [ep_]address_to_str and tvb_ip_t...
2014-12-22 Martin MathiesonFirst batch of unincludes. Last attempt...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-11-29 Michael MannUse proto_tree_add_bitmask for groups of proto_tree_add...
2014-10-06 Bill MeierAdjust indentation to match editor modelines; Do other...
2014-09-11 Michael MannMake all "padding" fields filterable
2014-07-01 Evan HuusOptimize epan_new/init_dissection
2014-06-22 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-16 Evan HuusConvert more time_to_str functions to wmem
2014-06-16 Evan HuusConvert a bunch of time_to_str functions to wmem
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-04-09 Michael MannImprove dissection of RFC 6607. Bug 9960
2014-04-02 AndersBromanFix packet-bootp.c:5368:18: error: 'ti' may be used...
2014-04-02 AndersBromanFrom Martin Mathieson:
2014-03-25 Alexis La GoutteDHCP/BOOTP: Add specific 43 Option when Class is ArubaA...
2014-03-23 Alexis La GoutteDHCP/bootp: Always display by default value of Option...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-03 Gilbert RamirezFix all -fstrict-alias warnings found by gcc 4.1.2
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Alexis La GoutteFix encoding arg (found by encoding arg tools)
2014-01-22 Alexis La GoutteFix the second argument of some proto_item_add_subtree...
2014-01-20 Anders Bromanpacket-bootp.c: In function 'dissect_vendor_generic_sub...
2014-01-20 Anders BromanAdd generic dissection of unknown vendor sub options.
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-13 Bill Meier(Try to) fix VS Clang Analysis warning:
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-09 Jakub ZawadzkiDon't include <epan/strutil.h> when not needed.
2013-10-25 Evan HuusAdd a very small hack to make the UAT update callback...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-14 Evan HuusOnly access val_other if tlv_len is sufficiently long...
2013-09-14 Pascal QuantinRevert to emem for uat
2013-09-12 Pascal QuantinConvert a few more dissectors to wmem
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-08-15 Chris MaynardGroup all "Seconds elapsed appears to be encoded as...
2013-08-05 Jakub ZawadzkiKeep result of [new_]register_dissector in some dissect...
2013-06-06 Michael MannSimplify the "bad length" expert info into a single...
2013-05-25 Michael MannAdd filterable expert info.
2013-03-17 Anders BromanFrom beroset:
2013-03-15 Anders Broman[-Wmissing-prototypes]
2013-03-12 Anders BromanFrom beroset:
2013-01-27 Pascal QuantinFix typo error
2013-01-27 Evan HuusFrom Hadar Shoham via https://bugs.wireshark.org/bugzil...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-16 Jeff MorrissFollowup to r46565 and r46568: don't even create the...
2012-12-16 Jeff MorrissApply r46565 to another spot.
2012-12-16 Jeff MorrissAnother part of the fix for https://bugs.wireshark...
next