aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lacp.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-2/+2
2021-02-23Extremenetwork/Avaya/Lucent/Baynetworks/Wellfleet specific protocol updatesJoerg Mayer1-2/+29
2020-12-01packet-lacp.c: Update a commentJoerg Mayer1-0/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-02-25lacp: Fix Dead StoreAlexis La Goutte1-1/+0
2020-02-15packet-lacp: Report only the consumed octetsJason Cohen1-5/+5
2019-11-24Update LACP DissectorJoerg Mayer1-0/+8
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-03-09LACP: protect a possible infinite loopPascal Quantin1-1/+1
2018-02-27lacp: Info column and display filter reworkJoerg Mayer1-80/+80
2018-02-27lacp: remove unused assignments (found by clang).Dario Lombardo1-2/+2
2018-02-26LACP: Begin adding more info to the INFO columnJoerg Mayer1-157/+147
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-28LACP: Add HP IRF vendor TLVAlexis La Goutte1-1/+67
2016-10-28LACP: Add field for extra bytes (vendor specific)Alexis La Goutte1-1/+15
2016-10-28LACP: Remove if(tree) checkAlexis La Goutte1-40/+30
2016-10-17Separate "Link Access Control Protocol" and the version number with a space.Guy Harris1-1/+1
2016-06-23Add LACP "flag strings"Michael Mann1-25/+64
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-157/+26
2015-01-23Remove incorrect 'if (tree)'Bill Meier1-128/+128
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-8/+8
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-1/+14
2014-05-31Split off the dissectors for 802.3 "slow protocols".Guy Harris1-0/+693