summaryrefslogtreecommitdiff
path: root/parsenfsfh.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-28/+14
* Don't use <ctype.h> macros.Guy Harris2019-09-011-1/+3
* Remove more old-compiler compensation.Guy Harris2019-08-081-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-57/+57
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-5/+5
* Fix an undefined behavior at runtime in parsenfsfh.cFrancois-Xavier Le Bail2018-07-101-2/+2
* Use EXTRACT_ macros, don't reassemble multi-byte quantities ourselves.Guy Harris2018-07-081-79/+29
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-1/+1
* NFS: Use the EXTRACT_U_1() macro in the file handles parserFrancois-Xavier Le Bail2018-01-281-58/+96
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Remove a never used macroFrancois-Xavier Le Bail2017-12-161-10/+0
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-3/+3
* Make sure the Opaque_Handle string is null-terminated.Guy Harris2017-01-181-0/+1
* Don't overflow the Opaque_Handle buffer.Guy Harris2017-01-181-4/+4
* Don't run past the end of an NFSv3 file handle.Guy Harris2017-01-181-105/+120
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-111-1/+1
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-3/+3
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-4/+4
* Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.Guy Harris2014-04-041-0/+1
* parsenfsfh: fix old-style function definitionsFrancois-Xavier Le Bail2014-03-261-10/+6
* Do our own isascii(), isprint(), isgraph(), and toascii().Guy Harris2014-02-021-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* NFS: replace ino_t with u_int32_t (GH #335 pt. 1)Denis Ovsienko2013-10-121-19/+10
* From NetBSD:guy2006-06-131-2/+28
* cleaned up warning.mcr2004-03-251-2/+2
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Added support for Win32, based on WinPcap.risso2002-08-011-4/+2
* Get rid of casts of pointers-to-const to pointers-to-nonconst.guy2002-04-241-5/+5
* Eliminate some unused parameters.fenner2001-09-171-3/+3
* on netbsd mailing list, it was mentioned that the NetBSD byteorder guessingitojun2001-06-241-73/+1
* have support for FHT_NETBSDE[LB]. maybe useful for other implementations.itojun2001-06-181-4/+74
* avoid sprintfitojun2001-06-151-2/+2
* clearify copyright. based on communication with the author,itojun2001-06-151-1/+34
* remove non-STDC codeassar2000-07-011-4/+1
* (my_fsid): add Opaque_Handle for storing the actual filehandle. Fromassar2000-06-011-8/+12
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* incorporate NFS parsing code from NetBSD. adds support for nfsv3assar1999-11-211-2/+3
* Initial revisionmcr1999-10-071-0/+423