summaryrefslogtreecommitdiff
path: root/parsenfsfh.c
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up warning.mcr2004-03-251-2/+2
|
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
| | | | | | | | | | appropriately, and that GNUmakefile and the MSVC++ project file define it apppriately, as we do with libpcap, rather than defining it in "interface.h". Undo the rcsid-shuffling and addition of extra #includes, as we no longer need to arrange that "interface.h" be included before using _U_ in an RCS ID or copyright.
* From Neil Spring:guy2003-11-151-4/+4
| | | | | | | | | | | use "_U_" in the definitions of "rcsid[]", to eliminate complaints about those variables being unused; move the definitions after the include of "interface.h", or add an include of "interface.h", so that "_U_" is defined. Include "config.h" before including "tcpdump-stdinc.h" in "missing/datalinks.c".
* 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
| | | | | | | | | | | Use const more. Use EXTRACT_* macros more. Use TCHECK* more. Use tok2str() to replace some home-grown workalikes. smb: - Get rid of private types, use tcpdump-defined types - Rename fdata and fdata1 to smb_fdata and smb_fdata1 to avoid conflict with IRIX library function.
* on netbsd mailing list, it was mentioned that the NetBSD byteorder guessingitojun2001-06-241-73/+1
| | | | code needs revisit.
* 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
| | | | | Jeffrey Mogul <mogul@pa.dec.com>. From: Jakob Schlyter <jakob@openbsd.org>
* remove non-STDC codeassar2000-07-011-4/+1
|
* (my_fsid): add Opaque_Handle for storing the actual filehandle. Fromassar2000-06-011-8/+12
| | | | Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu>
* 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