aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23DHCPv6: Add a recursion checkGerald Combs1-1/+12
2023-11-20Remove init of proto variablesStig Bjørlykke1-248/+248
2023-11-12DHCPv6: Add option 79 handling (Client Link-Layer Address)Markku Leiniö1-2/+27
2023-09-23DHCPv6: Fix failed dissector name assertionJoão Valverde1-1/+1
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-14/+14
2023-09-22DHCPv6: adding Option 17 Vendor Opts custom dissectorJoakim Karlsson1-9/+35
2023-08-03dhcp|dhcpv6: Add ethernet client identifier itemMartin Mayer1-0/+14
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-5/+5
2023-01-16Fix various issues seen with tools/check_typed_item_calls.pyMartin Mathieson1-2/+2
2022-10-20DHCPv6: Sanitize domain display labels for invalid UTF-8João Valverde1-50/+50
2022-09-29Use `register_dissector()` for more protocolsDavid Perry1-5/+3
2022-04-06DHCPv6: Fix interpretation of user class data length fieldsJaap Keuter1-2/+2
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-14/+14
2022-01-23DHCPv6: Fix failed assertion tvb_bytes_to_str()Uli Heilmeier1-1/+3
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-5/+5
2021-10-28DHCP: Add CableLabs suboptions from CL-SP-CANN-DHCP-RegPeter Dobransky1-0/+16
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-9/+9
2020-12-29DHCPv6: typoValerii Zapodovnikov1-1/+1
2020-11-19windows-common: fix ClangAlexis La Goutte1-1/+1
2020-11-16DHCPv6: add Option 15 User ClassJoakim Karlsson1-0/+25
2020-08-10DHCPv6: fix for bogus errors. Detailed error msgsCal Turney1-5/+6
2020-07-14DNS: Try to fix Wpointer-sign warnings.Anders Broman1-2/+2
2020-07-04DHCPv6: remove a redundant test.Martin Mathieson1-15/+13
2020-07-04DHCPv6: Fix a header field entry.Gerald Combs1-1/+1
2020-07-04DHCPv6: Fix compilation error.Martin Mathieson1-1/+1
2020-07-02DHCPv6: fix for bogus errors. Detailed error msgsCal Turney1-192/+598
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2019-08-14Try to fix Wpointer-sign warnings.Anders Broman1-2/+2
2019-04-13DHCPv6: adding some more optionsUli Heilmeier1-0/+382
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2019-03-01DHCPv6: catch the NTP server suboptions being longer than the whole packetUwe Kleine-König1-0/+4
2018-10-23DHCPv6: Added CableLabs Option 61 for "CCAP-CORES"Jeffrey Forhan1-1/+23
2018-07-15DHCPv6: device type is not mandatory for ecm.Bruno Verstuyft1-4/+2
2018-06-21DHCPv6: Improve dissection of packets using HMAC-MD5 authenticationDhiru Kholia1-2/+21
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
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