| Commit message (Expand) | Author | Age | Files | Lines |
* | Enhance NFS access request messages. | Lucas C. Villa Real | 2010-01-26 | 1 | -1/+32 |
* | Add more bounds checks to the NFS dissector - check before references to | guy | 2007-12-22 | 1 | -5/+21 |
* | Print unsigned values as such. Rename a variable to correspond to what | guy | 2007-06-15 | 1 | -14/+14 |
* | Pick up MSG_DENIED response dissection from NetBSD; don't interpret the | guy | 2007-06-15 | 1 | -8/+82 |
* | Add an "fn_printzp()" routine for printing null-padded strings (strings | guy | 2005-05-06 | 1 | -3/+5 |
* | Attempt to squelch a warning from the SGI C compiler. | guy | 2005-04-20 | 1 | -2/+2 |
* | For NFSv3 writes, show the byte count correctly - and show the length of | guy | 2005-01-05 | 1 | -4/+5 |
* | Get rid of print_int64(), as we can now just use PRI[dux]64 and | guy | 2005-01-05 | 1 | -75/+39 |
* | Have our own headers to declare the format of ONC (Sun) RPC messages on | guy | 2004-12-27 | 1 | -25/+25 |
* | Add an "EXTRACT_64BITS()" macro - using the "EXTRACT_32BITS()" macro, so | guy | 2004-09-24 | 1 | -2/+2 |
* | Assume that u_int64_t is defined, along with PRI[dux]64, as per the | guy | 2004-04-17 | 1 | -26/+7 |
* | 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 |
* | From Charles M. Hannum <mycroft@netbsd.org>: NetBSD whitespace cleanups. | guy | 2002-12-12 | 1 | -16/+15 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -111/+133 |
* | Add a few more GCC warnings on GCC >= 2 for ".devel" builds. | guy | 2002-09-05 | 1 | -2/+2 |
* | Fixes for: | guy | 2002-08-26 | 1 | -6/+25 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -7/+2 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -4/+4 |
* | Get rid of unneeded incomplete definitions of "struct mbuf" and "struct | guy | 2002-06-01 | 1 | -4/+1 |
* | V3 FSINFO and PATHCONF requests take a file handle as an argument; parse | guy | 2002-05-31 | 1 | -13/+28 |
* | Get rid of casts of pointers-to-const to pointers-to-nonconst. | guy | 2002-04-24 | 1 | -6/+7 |
* | constness | itojun | 2002-02-18 | 1 | -2/+2 |
* | NULL is not 0 | itojun | 2001-07-08 | 1 | -2/+2 |
* | Check for parse failure in ACCESS replies. | fenner | 2001-07-04 | 1 | -2/+3 |
* | put stripped-down version of ip6.h and icmp6.h into tcpdump tree. | itojun | 2000-10-07 | 1 | -4/+4 |
* | always use u_intXX_t for protocol format declaration. char/short/int may not | itojun | 2000-10-03 | 1 | -4/+4 |
* | Get rid of includes of <netinet/in_systm.h>, and replace "n_short", | guy | 2000-09-29 | 1 | -2/+1 |
* | Get rid of unneeded includes of <net/if.h>. | guy | 2000-09-28 | 1 | -2/+1 |
* | Add an "ip.h" header, to declare the IP stuff needed by dissectors, and | guy | 2000-09-23 | 1 | -2/+3 |
* | Add definitions of Ethernet types from | guy | 2000-09-23 | 1 | -2/+1 |
* | To translate NFS error statuses to strings, use "tok2str()" and a table, | guy | 2000-08-03 | 1 | -2/+52 |
* | s/nfstype/nfs_type/ to avoid conflict with system header files | assar | 2000-07-29 | 1 | -3/+3 |
* | typo in pointer assignment. from netbsd-current. | itojun | 2000-07-16 | 1 | -2/+2 |
* | remove non-STDC code | assar | 2000-07-01 | 1 | -3/+1 |
* | add fallback definition for INET_ADDRSTRLEN. | itojun | 2000-06-12 | 1 | -1/+4 |
* | strncpy() does not ensure string termination. | itojun | 2000-06-10 | 1 | -1/+2 |
* | s/(unsigned)/(u_int32_t)/ for ntohl results. | itojun | 2000-06-10 | 1 | -8/+8 |
* | correct endianness in int64_print(). | itojun | 2000-06-10 | 1 | -8/+9 |
* | correctly handle NFS-over-IPv6. | itojun | 2000-06-10 | 1 | -51/+146 |
* | (nfs_printfh): support print the opaque handle. | assar | 2000-06-01 | 1 | -7/+11 |
* | (unsigned) casts in printf to make gcc happy | assar | 2000-05-15 | 1 | -7/+11 |
* | Fix confusing indentation. | fenner | 2000-01-28 | 1 | -152/+149 |
* | Use %08x to make sure that the low half of a 64-bit quantity doesn't | fenner | 1999-12-15 | 1 | -2/+2 |
* | 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 | -219/+929 |
* | patches to help build on Linux 2.2linux22 | mcr | 1999-10-17 | 1 | -2/+1 |
* | Initial revision | mcr | 1999-10-07 | 1 | -0/+869 |