aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-03lldp: fix typo on 802.3 BTAlexis La Goutte1-6/+6
2018-08-20lldp: 802.3 BT add missing Autoclass and Power Down fieldsAlexis La Goutte1-0/+60
2018-08-12LLDP: Add dissection of 802.3BT TLV ExtensionAlexis La Goutte1-0/+108
2018-08-12llpd: fix indentAlexis La Goutte1-10/+10
2018-08-12lldp: add expert info when there is extra data for 802.3 TLVAlexis La Goutte1-0/+5
2018-06-28packet-lldp.c: Some updates to Cisco vendor subtypes (UPOE and ACI)Joerg Mayer1-38/+109
2018-06-26Shorten the text of System Name and System Description in the info columnJoerg Mayer1-2/+2
2018-06-24Add support for Cisco ACIJoerg Mayer1-3/+215
2018-06-22Try to make sure we don't overrun sub-tlvsJoerg Mayer1-28/+58
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-4/+4
2018-03-20Add new dot3MauTypes from RFC 4836Joerg Mayer1-7/+27
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-14Fix lldp 802.3br typoAnton Glukhov1-39/+39
2017-12-10LLDP: Add 802.3 TLV Additional Ethernet Capabilities (Subtype 7)Anton Glukhov1-0/+59
2017-10-22Add IANA arc and first entry (MUDURL) for lldp.Eliot Lear1-0/+53
2017-10-21Eliminate #include <epan/oui.h> from dissectors that don't need it.Michael Mann1-1/+1
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-8/+5
2017-09-05LLDP 802.3 LAG TLV has been deprecated since 02-Dec-2011Anton Kharchenko1-2/+45
2016-12-16Improve some unit strings with unicode charactersJoão Valverde1-2/+2
2016-12-16Fix typo in unit_name_string units_decibels name.Stig Bjørlykke1-2/+2
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-29/+24
2016-10-04LLDP: fix indent (use tab)Alexis La Goutte1-11/+11
2016-09-30Revert "LLDP: fix indent (use tab)"Anders Broman1-7/+7
2016-09-30LLDP: fix indent (use tab)Alexis La Goutte1-7/+7
2016-09-30LLDP: Update column info according to PROFINET requirementsBirol Capa1-26/+154
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-15LLDP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+0
2016-08-13LLDP: Add Avaya IP Phone OUI SubtypesUli Heilmeier1-0/+142
2016-06-10Remove superfluous length check (CID-1158783)Jaap Keuter1-6/+0
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-28LLDP: Add 802.3 TLV Energy Efficient Ethernet (Subtype 5)Alexis La Goutte1-0/+49
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-9/+7
2015-11-19Lldp: Lldp Dissector Column Info is updated for ProfinetBirol Capa1-3/+21
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-07-02LLDP: fix dissection of Power Class fieldPascal Quantin1-1/+11
2015-02-22Fix handling of longitude and latitude values.Guy Harris1-3/+3
2015-02-22Clean up display of raw hex latitude/longitude values.Guy Harris1-1/+1
2015-02-22Put back address family field.Guy Harris1-0/+1
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-5/+5
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-4/+4
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-8/+4
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-8/+4
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-10/+10
2014-11-17LLDP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-11-150.0 is a double, 0.0f is a float.Guy Harris1-1/+1
2014-11-15LLDP: Dissector for Hytec specific extensions addedGregor Miernik1-1/+587