aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-30Fix or suppress more warnings from check_typed_item_callsMartin Mathieson1-7/+7
2022-09-18Fix some spelling errorsMartin Mathieson1-1/+1
2022-08-09Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2022-06-11LLDP: Add CIP TLVsDylan Ulis1-0/+7
2022-05-22Some check_typed_item_calls.py warning fixes.Martin Mathieson1-2/+1
2022-04-26LLDP: Fix malformed packets when EndOfLLDPDU TLV missingeasonweii1-6/+6
2022-04-20LLDP: Profinet TSN TLV DissectionVahap Emin Agaogullari1-7/+119
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-22/+22
2022-02-08Tidy up some masks in items.Martin Mathieson1-0/+1
2022-02-03More mask/field-length fixesMartin Mathieson1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-3/+3
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-2/+2
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-2/+2
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-10/+10
2021-07-30Fix some copy-paste filter names.Martin Mathieson1-1/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-28/+28
2021-04-01lldp: Extreme TLV 4 is ZTFv2 Fabric Connect and first byte is CapabilityJoerg Mayer1-9/+9
2021-04-01lldp: Add Extreme/Avaya Fabric Vendor specific sub-TLV decodingJoerg Mayer1-3/+97
2021-03-11LLDP: Allow organizational specific TLVs without payloadRonald Wahl1-1/+3
2021-02-04LLDP: Add new IEEE 802.1 subtypesJaap Keuter1-0/+4
2020-10-12Cisco ACI specific protocol enhancementsJoerg Mayer1-57/+86
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+1
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-1/+1
2020-08-22lldp: show the Protocol Identity as bytes, not a text string.Guy Harris1-2/+32
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-04-25Add a routine to get the representation of a protocol tree item and use it.Guy Harris1-54/+17
2020-02-15packet-lldp: Report only the consumed octetsJason Cohen1-1/+3
2020-01-30LLDP: Add ONOS Ether Type (0x8942)Alexis La Goutte1-0/+1
2020-01-29LLDP: Add ONOS TLV (Chassis, Port and TTL)Alexis La Goutte1-0/+67
2019-11-10lldp: add mandatory items chassis and port to info columnJoerg Mayer1-7/+34
2019-11-07lldp: Add aggregation status bits to LACP TLVJoerg Mayer1-0/+14
2019-10-08Update some ACI field namesJoerg Mayer1-17/+16
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-24Add support decode extremeNetworks-avaya access point TLVszhongweisitu1-2/+137
2019-01-23Small update up LLDP sub-tlvsJoerg Mayer1-10/+16
2018-10-23Update some ACI valuesJoerg Mayer1-19/+33
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