Wireshark-commits: [Wireshark-commits] rev 25941: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 06 Aug 2008 06:45:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25941

User: sahlberg
Date: 2008/08/05 11:45 PM

Log:
 in nfs name to filehandle mappings
 when we check and ignore the two names "." and ".."
 we must do so for both methods a caller can provide the name :
 offset into a tvb, as well as a char* to a string.
 
 also add ->full_name in the dissection to the replies  so that fh 
 matches
 both request and reply and not ->name

Directory: /trunk/epan/dissectors/
  Changes    Path                         Action
  +1 -1      Makefile.common              Modified
  +3571 -79  packet-dcerpc-dnsserver.c    Modified
  +132 -36   packet-dcerpc-dnsserver.h    Modified
  +11 -9     packet-nfs.c                 Modified