aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-05Rename packet-bootp.c to packet-dhcp.c.Gerald Combs1-9465/+0
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs1-2649/+2650
2018-07-27bootp: Add support for non-standard MS option 77Graham Bloice1-11/+26
2018-06-21DHCPv4: Fix dissection of packets using HMAC-MD5 authenticationDhiru Kholia1-4/+4
2018-05-18BOOTP: Disentangle BSDP naming from PacketCable.Darius Davis1-9/+9
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-05-01BOOTP BSDP: Allow "pad" and "end" suboptions.Darius Davis1-4/+15
2018-04-26BOOTP: Add latest IETF Processor Arch assignments.Darius Davis1-5/+84
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-1/+1
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-1/+1
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2018-02-25Bootp: Adding some DHCP optionsUli Heilmeier1-15/+324
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-9/+9
2018-01-25bootp: DHCP User Class Data iPXE exceptionJaap Keuter1-0/+9
2017-10-21Eliminate #include <epan/oui.h> from dissectors that don't need it.Michael Mann1-1/+0
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-1/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-6/+2
2017-09-24Use proto_tree_add_ipv4(), not proto_tree_add_uint(), to add FT_IPV4 fields.Guy Harris1-2/+2
2017-08-27pinfo is used, so don't mark it unused.Guy Harris1-1/+1
2017-08-09bootp: fix 'pinfo' was marked unused but was used [-Wused-but-marked-unused]Alexis La Goutte1-6/+6
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-5/+5
2017-05-17bootp: Always have SIP Server IP be an IP addressMichael Mann1-17/+2
2017-05-04bootp: fix potential buffer overflow (read)Peter Wu1-1/+2
2017-04-25Don't crash if we have no BOOTP option preferences.Guy Harris1-3/+6
2017-04-24Convert BOOTP options into a dissector table.Michael Mann1-1104/+1416
2017-03-14bootp: Add Captive-Portal option (160)Alexis La Goutte1-1/+16
2017-01-31format_text_wmem -> format_textMichael Mann1-4/+4
2017-01-31Add format_text_wmem.Michael Mann1-4/+4
2017-01-19dns: change get_dns_name to return consumed bytes + actual name len.Dario Lombardo1-9/+14
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-12-17bootp: Update DHCP Message Type 53 ValuesAlexis La Goutte1-7/+5
2016-12-17bootp: fix indent (use tabs)Alexis La Goutte1-6/+6
2016-12-16[BOOTP/DHCPv6] Add new manufacturer usage description (MUD) DHCP option, whic...Eliot Lear1-3/+21
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-6/+3
2016-12-02BOOTP: Fix V-I Vendor-Specific Information OptionJaap Keuter1-13/+37
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-4/+2
2016-10-05bootp: use ws_strtoi function.Dario Lombardo1-2/+21
2016-09-18bootp: dissect option 82, sub-option 12 (Relay Agent Identifier)Martin Kaiser1-0/+8
2016-08-20BOOTP: Catch undefined Client Identifier (Option 61)Uli Heilmeier1-0/+16
2016-07-14DHCP: correctly parse PXE options (209-210)Daniele Lacamera1-3/+14
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-4/+3
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-1/+2
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann1-59/+97
2016-05-28BOOTP: Added Boot Services Discovery Protocol (BSDP)Uli Heilmeier1-0/+320
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-2/+2
2016-05-03Move common code outside switch statement.Joerg Mayer1-40/+18
2016-03-26bootp: Add support for iSNS (RFC4174) dissectionVictor Dodon1-1/+371
2016-02-27BOOTP: Add preference to determine endianness of UUID.Michael Mann1-4/+18
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-1/+1
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3