| Commit message (Expand) | Author | Age | Files | Lines |
* | MPTCP: Fix terminating a 'struct tok' array | Francois-Xavier Le Bail | 2020-10-08 | 1 | -1/+2 |
* | MPTCP: Use %u for an unsigned value | Francois-Xavier Le Bail | 2020-10-06 | 1 | -2/+2 |
* | mptcp: add support for ADD_ADDR "echo bit" | Davide Caratti | 2020-10-03 | 1 | -0/+10 |
* | Rename min() and max() to ND_MIN() and ND_MAX(). [skip ci] | Denis Ovsienko | 2020-08-24 | 1 | -1/+1 |
* | MPTCP: parse v1 ADD_ADDR option | Peter Krystad | 2020-03-02 | 1 | -15/+27 |
* | MPTCP: parse MP_CAPABLE v1 options | Davide Caratti | 2020-02-28 | 1 | -9/+18 |
* | More bounds checking when fetching addresses and converting to strings. | Guy Harris | 2020-01-19 | 1 | -2/+2 |
* | Use the new GET_ macros instead of the EXTRACT_ ones | Francois-Xavier Le Bail | 2019-03-26 | 1 | -28/+28 |
* | MPTCP: Add a bounds check | Francois-Xavier Le Bail | 2018-06-02 | 1 | -0/+5 |
* | Add the ndo_protocol field in the netdissect_options structure | Francois-Xavier Le Bail | 2018-03-16 | 1 | -0/+1 |
* | 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 |
* | Use nd_ types, add EXTRACT_ calls. | Guy Harris | 2017-12-30 | 1 | -68/+68 |
* | Rename EXTRACT_ macros | Francois-Xavier Le Bail | 2017-11-22 | 1 | -18/+18 |
* | Use more the EXTRACT_8BITS() macro to fetch a one-byte value (22/n) | Francois-Xavier Le Bail | 2017-11-22 | 1 | -2/+4 |
* | Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS() | Francois-Xavier Le Bail | 2017-11-18 | 1 | -17/+17 |
* | CVE-2017-13040/MPTCP: Clean up printing DSS suboption. | Guy Harris | 2017-09-13 | 1 | -34/+50 |
* | Add a summary comment in all other printers | Francois-Xavier Le Bail | 2016-08-15 | 1 | -0/+4 |
* | Don't require IPv6 library support in order to support IPv6 addresses. | Guy Harris | 2015-09-17 | 1 | -2/+0 |
* | Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' | Francois-Xavier Le Bail | 2015-09-10 | 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 | -10/+10 |
* | dismiss NETDISSECT_REWORKED macro | Denis Ovsienko | 2015-03-22 | 1 | -1/+0 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -49/+49 |
* | Netdissectify the to-name resolution routines. | Guy Harris | 2014-04-04 | 1 | -2/+2 |
* | NDOize ATM, MPTCP, NTP, VTP & Whiteboard decoders | Denis Ovsienko | 2014-03-20 | 1 | -52/+69 |
* | Pull a bunch of headers into the only source file that includes them. | Guy Harris | 2013-12-30 | 1 | -1/+117 |
* | make more array declarations static/const | Denis Ovsienko | 2013-12-19 | 1 | -1/+1 |
* | Rename a variable to attempt to fix an AIX compile error. | Guy Harris | 2013-05-05 | 1 | -2/+2 |
* | Avoid bitfields, unaligned accesses, packed structures, and PRI[ux]{16,32}. | Guy Harris | 2013-05-05 | 1 | -38/+66 |
* | Fix some compiler warnings from the previous checkin. | Guy Harris | 2013-05-05 | 1 | -3/+3 |
* | Fix MPTCP support | Gregory Detal | 2013-05-05 | 1 | -40/+99 |
* | Fix some compiler warnings. | Guy Harris | 2013-04-14 | 1 | -3/+5 |
* | Multipath TCP (RFC 6824) support | Gregory Detal | 2013-04-14 | 1 | -0/+207 |