summaryrefslogtreecommitdiff
path: root/print-ether.c
Commit message (Expand)AuthorAgeFilesLines
* Fail if nd_push_buffer() or nd_push_snaplen() fails.Guy Harris2022-04-011-1/+4
* Have routines that set the snapend take a buffer pointer and length as args.Guy Harris2022-03-311-1/+1
* Support more Realtek protocols than RRCP.Guy Harris2022-01-231-3/+3
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-1/+1
* Ethernet: Add a length checkFrancois-Xavier Le Bail2021-11-211-1/+3
* Ethernet: Rework the length checksFrancois-Xavier Le Bail2021-11-211-4/+5
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2021-08-151-1/+1
* Ethernet: Add a bounds checkFrancois-Xavier Le Bail2021-05-061-0/+3
* NetAnalyzer: Use ND_TCHECK_LEN() for bounds checksFrancois-Xavier Le Bail2020-11-161-10/+3
* Rework "Update more link-layer dissectors to void functions"Francois-Xavier Le Bail2020-08-061-44/+27
* Support for EAP Dump in RADIUS MessagesAravind Prasad S2020-07-221-1/+1
* Update more link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-07-151-30/+54
* macsec, ether: clean up printing of encrypted and changed packets.Guy Harris2020-05-281-5/+2
* ether: for MACsec packets, print the MACsec ethertype if E or C set.Guy Harris2020-05-281-0/+4
* ether: clean up MACsec processing.Guy Harris2020-05-281-4/+20
* macsec: more cleanups.Guy Harris2020-05-271-1/+6
* Remove unused label.Guy Harris2020-05-271-1/+0
* Properly handle the return value of macsec_print().Guy Harris2020-05-271-4/+7
* Merge branch 'master' into macsecGuy Harris2020-05-271-147/+297
|\
| * Ethernet: Rename a printerFrancois-Xavier Le Bail2020-04-291-4/+4
| * Ethernet: Rename a printerFrancois-Xavier Le Bail2020-03-081-1/+1
| * Dispatch the PTP ethertype to ptp_print()Jeff Chan2020-02-291-0/+5
| * More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-1/+1
| * Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
| * Arista: Rename a printerFrancois-Xavier Le Bail2019-05-231-1/+1
| * Ethernet: Fix indentationFrancois-Xavier Le Bail2019-05-231-27/+27
| * New ethertype protocol for Arista Networksniks30892019-05-231-0/+30
| * Fix typo that increases, instead of decreases, caplenBill Fenner2019-04-301-1/+1
| * Handle switch tags more cleanly.Guy Harris2019-04-231-110/+159
| * Print the Ethertype the same way for Ethertypes in VLAN tags as for others.Guy Harris2019-04-231-2/+9
| * Treat the length field in an Ethernet header as such.Guy Harris2019-04-221-15/+37
| * Remove MEDSA ethertype printerVivien Didelot2019-04-161-5/+0
| * Ethernet: Rename a printerFrancois-Xavier Le Bail2019-04-031-2/+2
| * Clean up whitespaces/indentationFrancois-Xavier Le Bail2019-04-031-50/+50
| * Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-6/+4
| * Ethernet: Allow specifying non-standard Ethernet header lengthFlorian Fainelli2019-01-251-16/+45
| * Revert "Ethernet: Remove two useless tests"Francois-Xavier Le Bail2018-11-191-0/+9
| * Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-09-131-2/+4
| * Ethernet: Remove two useless testsFrancois-Xavier Le Bail2018-09-131-2/+2
| * Ethernet: Remove two useless testsFrancois-Xavier Le Bail2018-09-121-9/+2
| * Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-06-061-4/+4
| * Remove useless commentsFrancois-Xavier Le Bail2018-03-191-9/+0
| * Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+4
| * Ethernet: Rename a variableFrancois-Xavier Le Bail2018-03-011-11/+11
| * Remove function specifier 'inline' in printersFrancois-Xavier Le Bail2018-01-261-1/+1
| * Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
| * Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
| * Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-20/+20
| * Directly refer to ether_shost and ether_dhost; get rid of ESRC() and EDST().Guy Harris2017-12-161-4/+4
| * Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1