| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use <ctype.h> macros. | Guy Harris | 2019-09-01 | 1 | -1/+3 |
* | Remove more old-compiler compensation. | Guy Harris | 2019-08-08 | 1 | -1/+1 |
* | Use the new GET_ macros instead of the EXTRACT_ ones | Francois-Xavier Le Bail | 2019-03-26 | 1 | -57/+57 |
* | Add the ndo parameter to some functions | Francois-Xavier Le Bail | 2019-03-26 | 1 | -5/+5 |
* | Fix an undefined behavior at runtime in parsenfsfh.c | Francois-Xavier Le Bail | 2018-07-10 | 1 | -2/+2 |
* | Use EXTRACT_ macros, don't reassemble multi-byte quantities ourselves. | Guy Harris | 2018-07-08 | 1 | -79/+29 |
* | Add nd_{v}snprintf() routines/wrappers. | Guy Harris | 2018-01-29 | 1 | -1/+1 |
* | NFS: Use the EXTRACT_U_1() macro in the file handles parser | Francois-Xavier Le Bail | 2018-01-28 | 1 | -58/+96 |
* | 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 |
* | Remove a never used macro | Francois-Xavier Le Bail | 2017-12-16 | 1 | -10/+0 |
* | Remove all storage class specifier 'register' | Francois-Xavier Le Bail | 2017-12-13 | 1 | -3/+3 |
* | Make sure the Opaque_Handle string is null-terminated. | Guy Harris | 2017-01-18 | 1 | -0/+1 |
* | Don't overflow the Opaque_Handle buffer. | Guy Harris | 2017-01-18 | 1 | -4/+4 |
* | Don't run past the end of an NFSv3 file handle. | Guy Harris | 2017-01-18 | 1 | -105/+120 |
* | libnetdissect code must include 'netdissect.h', not 'interface.h' | Francois-Xavier Le Bail | 2015-09-11 | 1 | -1/+1 |
* | Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' | Francois-Xavier Le Bail | 2015-09-10 | 1 | -1/+1 |
* | Fix a bunch of de-constifications. | Guy Harris | 2015-04-26 | 1 | -3/+3 |
* | 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 | -4/+4 |
* | Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds. | Guy Harris | 2014-04-04 | 1 | -0/+1 |
* | parsenfsfh: fix old-style function definitions | Francois-Xavier Le Bail | 2014-03-26 | 1 | -10/+6 |
* | Do our own isascii(), isprint(), isgraph(), and toascii(). | Guy Harris | 2014-02-02 | 1 | -1/+1 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+0 |
* | NFS: replace ino_t with u_int32_t (GH #335 pt. 1) | Denis Ovsienko | 2013-10-12 | 1 | -19/+10 |
* | From NetBSD: | guy | 2006-06-13 | 1 | -2/+28 |
* | cleaned up warning. | mcr | 2004-03-25 | 1 | -2/+2 |
* | 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 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -4/+2 |
* | Get rid of casts of pointers-to-const to pointers-to-nonconst. | guy | 2002-04-24 | 1 | -5/+5 |
* | Eliminate some unused parameters. | fenner | 2001-09-17 | 1 | -3/+3 |
* | on netbsd mailing list, it was mentioned that the NetBSD byteorder guessing | itojun | 2001-06-24 | 1 | -73/+1 |
* | have support for FHT_NETBSDE[LB]. maybe useful for other implementations. | itojun | 2001-06-18 | 1 | -4/+74 |
* | avoid sprintf | itojun | 2001-06-15 | 1 | -2/+2 |
* | clearify copyright. based on communication with the author, | itojun | 2001-06-15 | 1 | -1/+34 |
* | remove non-STDC code | assar | 2000-07-01 | 1 | -4/+1 |
* | (my_fsid): add Opaque_Handle for storing the actual filehandle. From | assar | 2000-06-01 | 1 | -8/+12 |
* | Switch to config.h instead of passing defines in DEFS. | fenner | 1999-11-21 | 1 | -1/+5 |
* | incorporate NFS parsing code from NetBSD. adds support for nfsv3 | assar | 1999-11-21 | 1 | -2/+3 |
* | Initial revision | mcr | 1999-10-07 | 1 | -0/+423 |