aboutsummaryrefslogtreecommitdiff
path: root/print-llc.c
AgeCommit message (Expand)Author
2024-03-28Include <config.h> unconditionallyFrancois-Xavier Le Bail
2020-12-08CDP: Modernize packet parsing style.Denis Ovsienko
2020-08-06Rework "Update more link-layer dissectors to void functions"Francois-Xavier Le Bail
2020-07-15Update more link-layer dissectors to void functionsFrancois-Xavier Le Bail
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-05-10Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-03-19Remove useless commentsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-12Use nd_ types in 802.x and FDDI headers.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-08Another EXTRACT_U_1() replacing a direct dereference.Guy Harris
2017-12-05Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-21Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-13CVE-2017-12897/ISO CLNS: Use ND_TTEST() for the bounds checks in isoclns_prin...Guy Harris
2017-01-18Fix previous bounds checks.Guy Harris
2017-01-18CVE-2016-7930/Add a bounds check.Guy Harris
2017-01-18CVE-2016-7985,7986/Change the way protocols print link-layer addresses.Guy Harris
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-10-08Get rid of "TCPDUMP" in some libnetdissect codesFrancois-Xavier Le Bail
2015-09-14hdrlen is never > INT_MAX, and we negate it, so make it an int.Guy Harris
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-07Remove obsolete commentsFrancois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-04-18Skip the LLC header after printing information for it.Guy Harris
2015-04-18With -e, print the LLC header before the SNAP header; without it, cut the SNA...Guy Harris
2015-04-17Skip the LLC and SNAP headers with -x.Guy Harris
2015-04-17Fix the printing of RFC 948-style IP packets.Guy Harris
2015-04-17Clean up printing of LLC packets.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-12-18Fix length checking.Guy Harris
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-04-02fixup a few ND_DEFAULTPRINT() use casesDenis Ovsienko
2014-04-02NDOize SMB decoderDenis Ovsienko
2014-03-28NDOize AppleTalk, CDP and Kerberos decodersDenis Ovsienko
2014-03-28NDOize ISO CLNS decoderDenis Ovsienko
2014-03-24print-llc: add a missing breakFrancois-Xavier Le Bail
2014-03-20NDOize ATM, MPTCP, NTP, VTP & Whiteboard decodersDenis Ovsienko
2014-03-15NDOize EIGRP, ICMP, L2TP, STP and UDP decodersDenis Ovsienko
2014-03-15NDOize LLC decoderDenis Ovsienko
2014-03-14NDOize FDDI, MPCP, Token Ring, VQP and Zephyr decodersDenis Ovsienko