aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-5/+5
2017-03-16dhcpv6: Add Captive Portal option (103)Alexis La Goutte1-0/+9
2017-01-23DHCPv6: Avoid integer overflows.Gerald Combs1-9/+9
2016-12-16Sort opttype_vals by the option value.Guy Harris1-1/+1
2016-12-16[BOOTP/DHCPv6] Add new manufacturer usage description (MUD) DHCP option, whic...Eliot Lear1-0/+12
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-3/+2
2016-11-09Add DHCPv6 options for Softwire provisioningNiels Widger1-0/+247
2016-10-30DHCPv6: Remove check for Relay Data option about Bulk Leasequery replyAlexis La Goutte1-6/+0
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-5/+4
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-08-08DHCPv6: Update Options CodesSander Steffann1-61/+96
2016-08-08DHCPv6: Update Status codesAlexis La Goutte1-0/+4
2016-01-13Use result of register_dissectorPeter Wu1-3/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann1-4/+5
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-16Interpret DHCPv6 DUID-UUID typeAdrian-Ken Rueegsegger1-6/+15
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-32/+18
2015-10-04Add preference to dissect DHCPv6 option 18 as a CableLab option.Michael Mann1-2/+30
2015-04-16Remove deprecated tvb_lengt APIsAndersBroman1-2/+2
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-4/+4
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-2/+2
2014-12-31DHCPv6: fix Nesting level does not match indendation (CID 1159219)Alexis La Goutte1-1/+2
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-3/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-04Rename some filter names to fix cases of duplicate filter names.Bill Meier1-1/+1
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann1-21/+35
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-09-08Check hopcount is correctly incremented by 1Jérôme LAFORGE1-6/+16
2014-09-03Check whether the hop-count of most inner message is equal to 0Jérôme LAFORGE1-20/+37
2014-08-30Check whether the hop-count exceeds the HOP_COUNT_LIMIT or not.Jérôme LAFORGE1-2/+12
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-11/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-05-11Interpret DHCPv6 option 18 as a byte array. RFC 3315, section 22.18 strongly...Michael Mann1-18/+3
2014-02-24Remove executable bit from a few filesPascal Quantin1-0/+0
2014-02-20Fix "off by 1" bug in dissection of OPTION_AFTR_NAME introduced in 0548a7d5.Bill Meier1-1/+1
2014-02-20Fix minor bug; Use a consistent whitespace & formatting style; add extended v...Bill Meier1-429/+429
2014-02-19Create/Use some extended value strings.Bill Meier1-12/+18
2014-02-19Simplify/improve handling of FQDN field in various options; Fix some minor bugs.Bill Meier1-173/+131
2014-02-19Remove code which dissects CableLabs options 17.2170.3 thru 17.2170.9Bill Meier1-204/+16
2014-02-06Fix Bug #9690: DHCPv6 Packet dissector incorrectly handling FQDN in option 17...Bill Meier1-10/+6
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-6/+6
2013-12-12DHCPv6: update list of message types and options (from IANA)Jakub Zawadzki1-0/+72