summaryrefslogtreecommitdiff
path: root/print-llc.c
Commit message (Expand)AuthorAgeFilesLines
* CDP: Modernize packet parsing style.Denis Ovsienko2020-12-081-1/+1
* Rework "Update more link-layer dissectors to void functions"Francois-Xavier Le Bail2020-08-061-1/+1
* Update more link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-07-151-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-9/+9
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-7/+7
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-8/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+2
* 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-36/+36
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-2/+2
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-5/+5
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-3/+3
* Another EXTRACT_U_1() replacing a direct dereference.Guy Harris2017-12-081-1/+1
* Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail2017-12-051-1/+1
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-1/+3
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-5/+5
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail2017-11-211-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-2/+2
* CVE-2017-12897/ISO CLNS: Use ND_TTEST() for the bounds checks in isoclns_prin...Guy Harris2017-09-131-1/+1
* Fix previous bounds checks.Guy Harris2017-01-181-2/+15
* CVE-2016-7930/Add a bounds check.Guy Harris2017-01-181-0/+6
* CVE-2016-7985,7986/Change the way protocols print link-layer addresses.Guy Harris2017-01-181-15/+16
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Get rid of "TCPDUMP" in some libnetdissect codesFrancois-Xavier Le Bail2015-10-081-1/+1
* hdrlen is never > INT_MAX, and we negate it, so make it an int.Guy Harris2015-09-141-1/+1
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Remove obsolete commentsFrancois-Xavier Le Bail2015-09-071-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-4/+4
* Skip the LLC header after printing information for it.Guy Harris2015-04-181-7/+7
* With -e, print the LLC header before the SNAP header; without it, cut the SNA...Guy Harris2015-04-181-41/+54
* Skip the LLC and SNAP headers with -x.Guy Harris2015-04-171-39/+55
* Fix the printing of RFC 948-style IP packets.Guy Harris2015-04-171-6/+7
* Clean up printing of LLC packets.Guy Harris2015-04-171-34/+59
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Fix length checking.Guy Harris2014-12-181-4/+11
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-4/+4
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-4/+4
* fixup a few ND_DEFAULTPRINT() use casesDenis Ovsienko2014-04-021-2/+2
* NDOize SMB decoderDenis Ovsienko2014-04-021-1/+1
* NDOize AppleTalk, CDP and Kerberos decodersDenis Ovsienko2014-03-281-1/+1
* NDOize ISO CLNS decoderDenis Ovsienko2014-03-281-1/+1
* print-llc: add a missing breakFrancois-Xavier Le Bail2014-03-241-0/+1
* NDOize ATM, MPTCP, NTP, VTP & Whiteboard decodersDenis Ovsienko2014-03-201-1/+1
* NDOize EIGRP, ICMP, L2TP, STP and UDP decodersDenis Ovsienko2014-03-151-3/+3
* NDOize LLC decoderDenis Ovsienko2014-03-151-50/+48
* NDOize FDDI, MPCP, Token Ring, VQP and Zephyr decodersDenis Ovsienko2014-03-141-2/+2
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-2/+2