| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework "Update more link-layer dissectors to void functions" | Francois-Xavier Le Bail | 2020-08-06 | 1 | -1/+1 |
* | Update more link-layer dissectors to void functions | Francois-Xavier Le Bail | 2020-07-15 | 1 | -1/+1 |
* | Use the new GET_ macros instead of the EXTRACT_ ones | Francois-Xavier Le Bail | 2019-03-26 | 1 | -9/+9 |
* | Add more nd_print_trunc() calls | Francois-Xavier Le Bail | 2018-05-10 | 1 | -7/+7 |
* | Remove useless comments | Francois-Xavier Le Bail | 2018-03-19 | 1 | -8/+0 |
* | Add the ndo_protocol field in the netdissect_options structure | Francois-Xavier Le Bail | 2018-03-16 | 1 | -0/+2 |
* | Always include <config.h> rather than "config.h". | Guy Harris | 2018-01-21 | 1 | -1/+1 |
* | Use quoted include netdissect-stdinc.h instead of angle-bracketed one | Francois-Xavier Le Bail | 2018-01-21 | 1 | -1/+1 |
* | Update ND_PRINT() as a variadic macro | Francois-Xavier Le Bail | 2018-01-07 | 1 | -36/+36 |
* | Remove all storage class specifier 'register' | Francois-Xavier Le Bail | 2017-12-13 | 1 | -2/+2 |
* | Use nd_ types in 802.x and FDDI headers. | Guy Harris | 2017-12-12 | 1 | -5/+5 |
* | Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n) | Francois-Xavier Le Bail | 2017-12-11 | 1 | -3/+3 |
* | Another EXTRACT_U_1() replacing a direct dereference. | Guy Harris | 2017-12-08 | 1 | -1/+1 |
* | Use more the EXTRACT_U_1() macro (47/n) | Francois-Xavier Le Bail | 2017-12-05 | 1 | -1/+1 |
* | Use more the EXTRACT_U_1() macro (28/n) | Francois-Xavier Le Bail | 2017-11-26 | 1 | -1/+3 |
* | Use more ND_TCHECK_n()/ND_TTEST_n() macros | Francois-Xavier Le Bail | 2017-11-24 | 1 | -1/+1 |
* | Rename EXTRACT_ macros | Francois-Xavier Le Bail | 2017-11-22 | 1 | -5/+5 |
* | Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n) | Francois-Xavier Le Bail | 2017-11-21 | 1 | -2/+2 |
* | Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS() | Francois-Xavier Le Bail | 2017-11-18 | 1 | -2/+2 |
* | CVE-2017-12897/ISO CLNS: Use ND_TTEST() for the bounds checks in isoclns_prin... | Guy Harris | 2017-09-13 | 1 | -1/+1 |
* | Fix previous bounds checks. | Guy Harris | 2017-01-18 | 1 | -2/+15 |
* | CVE-2016-7930/Add a bounds check. | Guy Harris | 2017-01-18 | 1 | -0/+6 |
* | CVE-2016-7985,7986/Change the way protocols print link-layer addresses. | Guy Harris | 2017-01-18 | 1 | -15/+16 |
* | Move the printer summaries from INSTALL.txt to each printer | Francois-Xavier Le Bail | 2016-08-14 | 1 | -0/+2 |
* | Get rid of "TCPDUMP" in some libnetdissect codes | Francois-Xavier Le Bail | 2015-10-08 | 1 | -1/+1 |
* | hdrlen is never > INT_MAX, and we negate it, so make it an int. | Guy Harris | 2015-09-14 | 1 | -1/+1 |
* | Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' | Francois-Xavier Le Bail | 2015-09-10 | 1 | -1/+1 |
* | Remove obsolete comments | Francois-Xavier Le Bail | 2015-09-07 | 1 | -1/+1 |
* | Printers must include 'netdissect.h', not 'interface.h' | Francois-Xavier Le Bail | 2015-09-05 | 1 | -1/+1 |
* | Fix a bunch of de-constifications. | Guy Harris | 2015-04-26 | 1 | -4/+4 |
* | Skip the LLC header after printing information for it. | Guy Harris | 2015-04-18 | 1 | -7/+7 |
* | With -e, print the LLC header before the SNAP header; without it, cut the SNA... | Guy Harris | 2015-04-18 | 1 | -41/+54 |
* | Skip the LLC and SNAP headers with -x. | Guy Harris | 2015-04-17 | 1 | -39/+55 |
* | Fix the printing of RFC 948-style IP packets. | Guy Harris | 2015-04-17 | 1 | -6/+7 |
* | Clean up printing of LLC packets. | Guy Harris | 2015-04-17 | 1 | -34/+59 |
* | dismiss NETDISSECT_REWORKED macro | Denis Ovsienko | 2015-03-22 | 1 | -1/+0 |
* | Fix length checking. | Guy Harris | 2014-12-18 | 1 | -4/+11 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -4/+4 |
* | Netdissectify the to-name resolution routines. | Guy Harris | 2014-04-04 | 1 | -4/+4 |
* | fixup a few ND_DEFAULTPRINT() use cases | Denis Ovsienko | 2014-04-02 | 1 | -2/+2 |
* | NDOize SMB decoder | Denis Ovsienko | 2014-04-02 | 1 | -1/+1 |
* | NDOize AppleTalk, CDP and Kerberos decoders | Denis Ovsienko | 2014-03-28 | 1 | -1/+1 |
* | NDOize ISO CLNS decoder | Denis Ovsienko | 2014-03-28 | 1 | -1/+1 |
* | print-llc: add a missing break | Francois-Xavier Le Bail | 2014-03-24 | 1 | -0/+1 |
* | NDOize ATM, MPTCP, NTP, VTP & Whiteboard decoders | Denis Ovsienko | 2014-03-20 | 1 | -1/+1 |
* | NDOize EIGRP, ICMP, L2TP, STP and UDP decoders | Denis Ovsienko | 2014-03-15 | 1 | -3/+3 |
* | NDOize LLC decoder | Denis Ovsienko | 2014-03-15 | 1 | -50/+48 |
* | NDOize FDDI, MPCP, Token Ring, VQP and Zephyr decoders | Denis Ovsienko | 2014-03-14 | 1 | -2/+2 |
* | NDOize 8 more small decoders | Denis Ovsienko | 2014-03-13 | 1 | -2/+2 |
* | print-llc: some variables are updated and their new values are never used | Francois-Xavier Le Bail | 2014-03-07 | 1 | -10/+0 |