aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-4/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann1-5/+7
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-2/+2
2015-09-18DHCP (bootp): Fix Dead Store (Dead assignement/Dead increment) warning found ...Alexis La Goutte1-1/+0
2015-09-13Squelch 64-bit-to-32-bit warnings by just casting to int.Guy Harris1-3/+3
2015-09-13bootp: simplify avaya parameter parsingEvan Huus1-105/+88
2015-09-13Bootp/DHCP: Add option 242 (Avaya IP Telephone)Uli Heilmeier1-1/+314
2015-08-29bootp/dhcp: fix Alcatel suboption detection bugJeffrey Smith1-1/+1
2015-08-26bootp/dhcp: tighten check for Alcatel extensionsJeffrey Smith1-2/+36
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-1/+1
2015-08-20BOOTP: fix indent (use tab)Alexis La Goutte1-5/+4
2015-08-04Convert H.225 tap stats to new "generic stat API".Gerald Combs1-1/+1