aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mka.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-88/+88
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-1/+1
2023-08-26MKA: Adding some name resolution to CKNsDr. Lars Völker1-0/+174
2022-08-30MKA: Fix header field names "lowest acceptable PN"Dr. Lars Völker1-2/+2
2021-12-20mka: Fix warnings by Cang AnalyzerAlexis La Goutte1-1/+0
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-11-24MKA: Fixing misleading capability value-strings (Bugfix)Dr. Lars Völker1-2/+2
2021-11-21MKA: Adding Announcement TLV parsing and Cipher SuiteDr. Lars Völker1-5/+107
2021-11-21MKA: Adding support for Announcement TLV padding (Bugfix)Dr. Lars Völker1-0/+9
2021-11-10MKA: MACsec SAK USE body length = 0 does not decode (BUGFIX)Dr. Lars Völker1-18/+33
2021-07-21MKA: Don't just pretend to dissect version 3, implement the additionJaap Keuter1-5/+28
2021-05-29MKA: Stop warning for MKA v3Dr. Lars Völker1-1/+2
2020-10-04Last batch of filter field string fixes.Martin Mathieson1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-07-29MKA: Track offset correctly in Dist. SAK dissectionJaap Keuter1-2/+2
2017-04-21EAPOL-MKA: Add parameter set info to info columnJaap Keuter1-15/+22
2017-04-19EAPOL-MKA: differentiate between actor and peersJaap Keuter1-2/+15
2017-04-04EAPOL-MKA: Implement updates from IEEE standardsJaap Keuter1-66/+253
2017-02-03MKA: Padding support for basic-param-set dissection addedsamsaha1-0/+4
2016-12-20Make EAPOL packet types into a dissector table.Ethan Young1-0/+12
2016-06-17MKA: tvbrange for all subtrees correctedSamiran Saha1-15/+16
2016-06-16MKA: Fix for GCM-AES-256 dissection & Added Enumeration for macsec-cipher-suiteSamiran Saha1-4/+12
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-6/+5
2015-01-17EAPOL-MKA: Included fixes for the distributed sak handling.maisheri1-3/+19
2015-01-08mka: Minor cleanupBill Meier1-44/+33
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in a few recently committed dissectors.Bill Meier1-1/+0
2014-12-14Add support for EAPOL-MKA (802.1x-2010)maisheri1-0/+780