aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-11More fussing about expert itemsMartin Mathieson1-1/+1
2024-08-20Removed unused variableTomek Mrugalski1-3/+0
2024-08-20Svcparams parsing in DNR dhcpv6 option addedTomek Mrugalski1-20/+151
2024-08-20Typo fixedTomek Mrugalski1-1/+1
2024-08-20Fixing pytest complaintsTomek Mrugalski1-1/+1
2024-08-20Comments added for DHCPv6 DNRTomek Mrugalski1-2/+6
2024-08-20Dissector for DHCPv6 DNR (RFC9463) optionTomek Mrugalski1-0/+86
2024-08-07Add a UNS() macro, similar to TFS().Guy Harris1-1/+1
2024-08-06Dissectors: Include what we use.Anders Broman1-0/+2
2024-07-25DHCPv6: decode DHCPv4-over-DHCPv6David Lamparter1-2/+39
2024-07-22Convert some temp variable names to C99 styleStig Bjørlykke1-3/+3
2024-07-17epan: convert dissectors D to C99 types (rerun script)Joakim Karlsson1-19/+19
2024-07-16epan: convert dissectors D to C99 typesJoakim Karlsson1-79/+79
2024-04-05Remove init to zero for static variablesStig Bjørlykke1-1/+1
2024-03-31Switch our boolean preferences to boolGerald Combs1-2/+2
2024-03-01epan: Add simple recursion checksGerald Combs1-7/+2
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