summaryrefslogtreecommitdiff
path: root/print-mpcp.c
Commit message (Expand)AuthorAgeFilesLines
* MPCP: Modernize packet parsing style.Denis Ovsienko2020-12-031-39/+24
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-2/+0
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-19/+20
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-1/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-6/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+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
* Fix some Coccinelle warnings "a \ character appears outside of a #define"Francois-Xavier Le Bail2018-01-041-2/+2
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-24/+21
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-10/+10
* More EXTRACT_U_1() replacing direct dereferences.Guy Harris2017-12-081-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-12/+12
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (14/n)Francois-Xavier Le Bail2017-11-211-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (11/n)Francois-Xavier Le Bail2017-11-191-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-10/+10
* Don't specify struct as "const" within sizeof().Denis Ovsienko2017-09-131-7/+7
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-2/+2
* don't reinvent ND_TCHECK2()Denis Ovsienko2014-06-121-20/+10
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-16/+16
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* NDOize FDDI, MPCP, Token Ring, VQP and Zephyr decodersDenis Ovsienko2014-03-141-39/+34
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-1/+7
* whitespace changesMichael Richardson2014-01-011-6/+6
* complete the outstanding opcodes for MPCP & add boundary checkshannes2006-02-101-26/+136
* add basic support for MPCP 802.3ah frame printerhannes2006-02-101-0/+164