| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS() | Francois-Xavier Le Bail | 2017-11-18 | 1 | -7/+7 |
* | CHDLC: Use the existing NLPID constants. | Denis Ovsienko | 2017-10-19 | 1 | -3/+4 |
* | CVE-2017-12897/ISO CLNS: Use ND_TTEST() for the bounds checks in isoclns_prin... | Guy Harris | 2017-09-13 | 1 | -2/+2 |
* | CVE-2017-13687/CHDLC: Improve bounds and length checks. | Denis Ovsienko | 2017-09-13 | 1 | -8/+12 |
* | pass correct caplen to other functions as well | Denis Ovsienko | 2017-01-18 | 1 | -2/+2 |
* | Move the printer summaries from INSTALL.txt to each printer | Francois-Xavier Le Bail | 2016-08-14 | 1 | -0/+2 |
* | 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 |
* | dismiss NETDISSECT_REWORKED macro | Denis Ovsienko | 2015-03-22 | 1 | -1/+0 |
* | clean K&R style up in function declarations a bit | Denis Ovsienko | 2015-03-05 | 1 | -1/+2 |
* | Leave it up to ip6_print() to handle non-IPv6-capable systems. | Guy Harris | 2014-10-01 | 1 | -2/+0 |
* | don't reinvent ND_TCHECK2() | Denis Ovsienko | 2014-06-12 | 1 | -2/+1 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -6/+6 |
* | Netdissectify the to-name resolution routines. | Guy Harris | 2014-04-04 | 1 | -2/+2 |
* | NDOize ISO CLNS decoder | Denis Ovsienko | 2014-03-28 | 1 | -2/+2 |
* | make use of NETDISSECT_REWORKED | Denis Ovsienko | 2014-03-15 | 1 | -0/+1 |
* | NDOize 8 more small decoders | Denis Ovsienko | 2014-03-13 | 1 | -1/+1 |
* | NDOize more small decoders | Denis Ovsienko | 2014-03-12 | 1 | -34/+31 |
* | don't include pcap.h needlessly | Denis Ovsienko | 2014-02-28 | 1 | -1/+0 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+0 |
* | ndo-ize print-ascii: hex_print_with_offset() | Michael Richardson | 2014-01-01 | 1 | -2/+2 |
* | whitespace changes | Michael Richardson | 2014-01-01 | 1 | -1/+1 |
* | justify declarations of struct tok arrays | Denis Ovsienko | 2013-09-24 | 1 | -1/+1 |
* | Convert the IPv6 printer to use netdissect. | Guy Harris | 2010-11-07 | 1 | -1/+1 |
* | clean up the L3 offset calculation for C-HDLC | hannes | 2005-11-29 | 1 | -13/+13 |
* | avoid double printing of "unknown proto" message | hannes | 2005-11-24 | 1 | -2/+3 |
* | resolve CHDLC proto to name, remove tok2str() lookalive | hannes | 2005-11-04 | 1 | -13/+13 |
* | add support for DLT_JUNIPER{PPP,ETHER,FRELAY,CHDLC} printers | hannes | 2005-08-23 | 1 | -3/+8 |
* | make sure that there are the full four timestamp bytes available | hannes | 2005-04-27 | 1 | -2/+2 |
* | Call the maximum length #define SLARP_MAX_LEN rather than SLARP_LEN, to | guy | 2005-04-26 | 1 | -4/+4 |
* | differentiate between SLARP_LEN and SLARP_MIN_LEN - otherwise we do print the... | hannes | 2005-04-26 | 1 | -6/+7 |
* | Get rid of zero-length arrays in structures - they're not standard C89 | guy | 2005-04-19 | 1 | -8/+18 |
* | don't forget the boundary check, when dissecting an optional uptime parameter | hannes | 2005-04-10 | 1 | -1/+3 |
* | make the uptime-stamp printing optional as some implementations don't include... | hannes | 2005-04-09 | 1 | -11/+15 |
* | fix compiler padding issue: struct cisco_slarp should be 18 bytes instead of 20 | hannes | 2005-04-07 | 1 | -11/+11 |
* | refactored ip_print() so that chained header parser (ESP/AH) can | mcr | 2005-04-06 | 1 | -2/+10 |
* | Add bounds checking. | guy | 2004-03-24 | 1 | -5/+8 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
* | don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresses | hannes | 2003-05-22 | 1 | -3/+3 |
* | Hoist a bunch of stuff that should be done by all if_print routines into | guy | 2002-12-19 | 1 | -29/+6 |
* | Add a new routine "default_print_packet()", which takes a pointer to the | guy | 2002-12-18 | 1 | -2/+2 |
* | We no longer use "packetp" for anything, so eliminate it. (If any | guy | 2002-12-18 | 1 | -5/+4 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -8/+9 |
* | more robust checking of cisco fudge byte for OSI packets | hannes | 2002-12-04 | 1 | -5/+7 |
* | put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and so | itojun | 2002-11-09 | 1 | -2/+2 |
* | MPLS support for CHDLC | hannes | 2002-10-18 | 1 | -1/+5 |
* | more verbose printing for unknown SLARP options, misc. cleanups | hannes | 2002-10-06 | 1 | -7/+15 |
* | support for C-HDLC ISO fudge byte | hannes | 2002-10-04 | 1 | -3/+5 |
* | be more verbose about unknown protocols in CHDLC | hannes | 2002-09-23 | 1 | -1/+4 |