Ashish Grover wrote: > > i need to dissect nfs packets and forward those that > have WRITE (etc. meaning modyfying effect) to some > other machine.... with file handle field modified > > could anybvody pls help me how do i get the packet > data from loopback function in libcap ... to cast to > nfs type packet and how to see its fields. > > any reference for nfs packet format will be indeed of > great help.
Do you actually need libpcap for this? or can you just write a proxy NFS server? You can use my userland NFS test code for starters. It's at http://www.antibozo.net/ogata/webtools/nfs/nfs.html. -- Jefferson Ogata <[EMAIL PROTECTED]> National Oceanographic Data Center You can't step into the same river twice. -- Herakleitos - This is the TCPDUMP workers list. It is archived at http://www.tcpdump.org/lists/workers/index.html To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe
