summaryrefslogtreecommitdiff
path: root/print-macsec.c
Commit message (Expand)AuthorAgeFilesLines
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2021-06-021-1/+1
* MACsec: Add a comment about the previous changeFrancois-Xavier Le Bail2021-01-261-0/+6
* MACsec: Update the snapend thus the ICV field is not payload for the callerFrancois-Xavier Le Bail2021-01-251-0/+1
* MACsec: Put the function definition names at the beginning of the lineFrancois-Xavier Le Bail2021-01-251-6/+8
* Remove a useless <string.h> includeFrancois-Xavier Le Bail2020-10-251-2/+0
* MACsec: It was not a typo (revert 77f2fe1).Denis Ovsienko2020-10-121-1/+1
* Fix a typoFrancois-Xavier Le Bail2020-08-101-1/+1
* macsec: Update ndo_protocol to lower case as in all other usesFrancois-Xavier Le Bail2020-08-101-1/+1
* Remove some trailing spaces/tabsFrancois-Xavier Le Bail2020-06-131-3/+3
* macsec: include <config.h>, not "config.h".Guy Harris2020-05-281-1/+1
* macsec, ether: clean up printing of encrypted and changed packets.Guy Harris2020-05-281-18/+47
* macsec: take ths short length into account when setting *lengthp and *caplenp.Guy Harris2020-05-281-12/+49
* macsec: further cleanups.Guy Harris2020-05-271-2/+14
* macsec: more cleanups.Guy Harris2020-05-271-46/+28
* Leave it up to the caller to process the data after the MACsec header.Guy Harris2020-05-271-15/+19
* Directly print out the header fields.Guy Harris2020-05-271-29/+13
* Fix typos and other syntax errors.Guy Harris2020-05-271-5/+6
* Fix to use the new ND_PRINT().Guy Harris2020-05-271-4/+4
* There is no ether.h, so don't try to include it.Guy Harris2020-05-271-1/+0
* More GET_ macros.Guy Harris2020-05-271-3/+3
* Use nd_ types and GET_ macros.Guy Harris2020-05-271-27/+22
* Add support for MACsec (IEEE 802.1AE-2006)Sabrina Dubroca2017-05-181-0/+208