Commit Graph

17 Commits

Author SHA1 Message Date
Ronnie Sahlberg 84274d4870 Prettify NFSv2 decorate COL_INFO and the tree pane as has already been done for v3
svn path=/trunk/; revision=8560
2003-09-28 01:52:57 +00:00
Ronnie Sahlberg f7a26c1bed Prettifying the RPC and NFS (v3) layer.
Add more text to the COL_INFO line as well as the protocol trees for NFS and RPC

svn path=/trunk/; revision=8179
2003-08-17 21:34:22 +00:00
Guy Harris 57ae65f70f From Mike Frisch: finish NFS_ACL dissector.
svn path=/trunk/; revision=7829
2003-06-10 17:14:28 +00:00
Richard Sharpe 413228f109 Make dissect_rpc_opaque_data available and allow it to take a dissection
routine ...

I am not happy with the signature for it as yet, though.

svn path=/trunk/; revision=7702
2003-05-21 02:48:40 +00:00
Guy Harris 5ac18513a7 From Mike Frisch: NFS_ACL support.
svn path=/trunk/; revision=7391
2003-04-01 04:38:05 +00:00
Guy Harris 59932f2722 Don't cast away constness, and fix variable and structure member
qualifiers as necessary to ensure that we don't have to.

"strcmp()", "strcasecmp()", and "memcmp()" don't return booleans; don't
test their results as if they did.

Use "guint8", not "guchar", for a pointer to (one or more) 8-bit bytes.

Update Michael Tuexen's e-mail address.

svn path=/trunk/; revision=6726
2002-12-02 23:43:30 +00:00
Guy Harris a39b66edaf From Mike Frisch: fix most of the TODOs.
Make a pile of things static.

Remove declarations of no-longer-extant routines from "packet-nfs.h".

svn path=/trunk/; revision=5516
2002-05-21 21:13:42 +00:00
Ronnie Sahlberg 3143c595a4 Option to make filtering on nfs fhandles stateful.
When this ption is enabled in Protocols/NFS displayfilters for fhandle fields
such as nfs.fh.{hash|name|full_name} will find both the request and matching
response packets even if the fhandle is only present in one of the packets.
The option supports all NFS and related protocols which use nfs fhandles
including async NLM.
The option will not work with nfs packets containing multiple fhandles in
one PDU, nor will it work if tcp collapses multiple segments/pdus into
one larger segment.
It only works for async NLM if one first enables the MSG/RES stateful
matching for async NLM.

svn path=/trunk/; revision=5515
2002-05-21 10:17:30 +00:00
Guy Harris 354b4b74d0 From Ronnie Sahlberg: file handle to file name resolution in NFS and
related protocols.

svn path=/trunk/; revision=4533
2002-01-12 10:24:47 +00:00
Guy Harris b2ae96ed4d Allow dissectors of ONC RPC-based protocols to register themselves
either with a table of old-style dissectors or a table of tvbuffified
dissectors, and have the RPC dissector pass the appropriate arguments to
the dissectors.

Finish tvbuffifying the NLM dissector, getting rid of the last traces of
old-style dissector code.

In those routines in the NFS dissector that take new-style arguments
(because they're called from the NLM dissector), make them take an
offset as an argument, so they don't assume that they're handed a tvbuff
starting at the stuff they're supposed to dissect, and make the versions
that take old-style arguments construct a tvbuff and call the versions
that take new-style arguments.  Do the latter with the routines in
"packet-rpc.c" as well.

svn path=/trunk/; revision=2943
2001-01-28 03:39:48 +00:00
Guy Harris a810e733e6 NFS V4 support, from Mike Frisch.
svn path=/trunk/; revision=2725
2000-12-01 00:38:20 +00:00
Uwe Girlich 13ad87182d New constants for ftype3 decoding.
svn path=/trunk/; revision=1507
2000-01-18 11:54:07 +00:00
Uwe Girlich c920176324 New define NFS3_COOKIEVERFSIZE.
svn path=/trunk/; revision=1353
1999-12-16 08:34:10 +00:00
Uwe Girlich 85ba8ceb82 Some new constants added.
svn path=/trunk/; revision=1329
1999-12-14 11:48:03 +00:00
Uwe Girlich ac6c3c2536 New defines for create modes.
svn path=/trunk/; revision=1257
1999-12-09 10:08:05 +00:00
Nathan Neulinger b72c0d1f60 Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.
svn path=/trunk/; revision=1034
1999-11-15 14:17:20 +00:00
Guy Harris dc6963e2d4 Uwe Girlich's ONC RPC and NFS dissectors.
svn path=/trunk/; revision=946
1999-10-29 01:11:23 +00:00