aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-39/+39
2023-02-20Check that value_string values fit into field widthMartin Mathieson1-1/+1
2023-01-19DHCP: Use BASE_CUSTOM for formatting time optionsJohn Thacker1-24/+45
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-34/+36
2022-10-18dhcp: Convert raw string to UTF-8 before adding to expert infoJohn Thacker1-12/+16
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-04-19dissectors: init memory before use.Dario Lombardo1-0/+1
2022-04-12Qt: Update our dynamic menu groups.Gerald Combs1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-39/+39
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-2/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+1
2021-10-28DHCP: Add CableLabs suboptions from CL-SP-CANN-DHCP-RegPeter Dobransky1-60/+80
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-4/+4
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-9/+9
2021-02-07dhcp: populate stats table rows only onceMartin Kaiser1-3/+8
2021-01-31dhcp: create the statistics table only onceMartin Kaiser1-2/+7
2021-01-13dhcp: remove a variable that is always 0Martin Kaiser1-2/+1
2021-01-02DHCP: RFC5192 PANA Authentication Agent optionUli Heilmeier1-2/+9
2020-10-12Cisco ACI specific protocol enhancementsJoerg Mayer1-12/+26
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+1
2020-09-24More dissector spelling fixes.Martin Mathieson1-4/+4
2020-09-23DHCP: Update Captive-Portal to RFC8910Alexis La Goutte1-3/+5
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-8/+8
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-1/+1
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-5/+1
2020-08-04dhcp: add RFC8357 agent source port sub optionAndreas Schultz1-1/+16
2020-08-04dhcp: add RFC7839 agent sub optionsAndreas Schultz1-0/+70
2020-07-14DNS: Try to fix Wpointer-sign warnings.Anders Broman1-5/+5
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-15/+15
2020-04-14packet-dhcp.c: AEROHIVE (Extremenetworks) option 60/43 supportJoerg Mayer1-1/+115
2020-04-08packet-dhcp.c: Signed vs. unsigned warning fixesJoerg Mayer1-35/+35
2020-04-08packet-dhcp.c: Small whitespace fixesJoerg Mayer1-52/+52
2020-02-15get_dns_name: fixup some missing change introduced with c397adda8a7Jeremiejig1-4/+8
2020-01-28dhcp: DHCP option 77 User Class Option 'Microsoft bug'Andre Luyer1-32/+30
2019-08-14Try to fix Wpointer-sign warnings.Anders Broman1-8/+8
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-20/+32
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-19dhcp: fix memleak on exceptions in dissect_dhcpopt_avaya_ip_telephonePeter Wu1-5/+3
2019-05-26dhcp: fix used-but-marked-unused warningsMartin Kaiser1-6/+6
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-8/+8
2019-03-10DHCP: more details for PXE fieldsUli Heilmeier1-24/+191
2019-03-04DHCP: add missing PXE Client LCM suboptionsUli Heilmeier1-2/+247
2019-03-04DHCP: fix copy&paste error in field descrUli Heilmeier1-2/+2
2019-02-20packet-dhcp.c: Dissect Cisco ACI fabric internal option 43Joerg Mayer1-1/+216
2019-02-20packet-dhcp.c: Fix modification of a const char* stringJoerg Mayer1-2/+5
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-11-05DHCP: Handle proxyDHCP on UDP port 4011.Darius Davis1-3/+18
2018-10-30DHCP: Fix RFC 4578 erratum number.Darius Davis1-2/+2
2018-09-29DHCP: For IPv4 options, append address to option rootMartin Mathieson1-0/+3