Replace the types from sys/types.h and netinet/in.h by their glib.h
[obnox/wireshark/wip.git] / packet-nfs.c
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-20 guyFrom Mike Frisch: update the ACL and LOCK/LOCKT/LOCKU...
2002-05-21 guyVarious fixes from Mike Frisch (remove unused arguments...
2002-05-21 guyFrom Mike Frisch: fix most of the TODOs.
2002-05-21 sahlbergOption to make filtering on nfs fhandles stateful.
2002-04-03 girlichRemoved many senseless pinfo parameters in RPC dissecti...
2002-03-07 guyUpdates from Mike Frisch.
2002-03-06 guyFrom Mike Frisch: remove debug printf statements.
2002-03-01 guyUpdates from Mike Frisch.
2002-02-06 guyIf you compile with IBM's compiler on AIX 5.1, the...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2002-01-14 girlichFrom Ronnie Sahlberg:
2002-01-14 girlichNFSv3 fsstat reply label texts explanded. "afiles"...
2002-01-12 guyFrom Ronnie Sahlberg: file handle to file name resoluti...
2001-11-27 guyThou shalt not use C++-style comments in C code, for...
2001-10-29 guyFrom Ronnie Sahlberg: FT_UINT64 support, code to handle...
2001-10-29 guyUpdates from Mike Frisch to reflect NFSv4 protocol...
2001-09-14 guyTimes in NFS done as FT_ABSOLUTE_TIME and FT_RELATIVE_T...
2001-06-19 guyLabels must be followed by statements; GCC may let...
2001-06-18 girlichNFS file handle analysing works now for kernel based...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-05-30 guyThere are no more old-style (non-tvbuffified) ONC RPC...
2001-05-30 guyTvbuffified NFS dissector, from Mike Frisch, plus some...
2001-05-23 guyIf you put an item into the protocol tree with "dissect...
2001-03-09 guyFixes to Lemon to get it to compile on platforms (such...
2001-03-06 gramFix a decode problem with failed NFSv4 SETATTR operations.
2001-03-02 guyUpdate from Mike Frisch.
2001-02-21 guyNFSv4 updates from Mike Frisch to fix some cosmetic...
2001-02-13 guyUpdates from Mike Frisch.
2001-02-09 guyFurther NFSV4 updates from Mike Frisch.
2001-02-07 guyUpdates from Mike Frisch.
2001-01-28 guyAllow dissectors of ONC RPC-based protocols to register...
2001-01-18 guyFix comments to reflect what a null function pointer...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-01 guyNFS V4 support, from Mike Frisch.
2000-11-13 guyMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-08-27 guyDon't set the text on a V2 READDIR entry if there's...
2000-08-15 guyGet rid of an unused variable.
2000-08-14 girlichMuch cleaner tvb start code for file handle dissection.
2000-08-08 girlichSeveral new RPC dissecting function introduced. Interfa...
2000-08-06 guyDon't use "fd->pkt_len" when checking to see if you...
2000-08-03 guyAdd some error values that, whilst they're not in the...
2000-07-13 girlichFile handle dissection works now with the old Linux...
2000-07-13 girlichStart of a NFS file handle dissection. ReliantUNIX...
2000-06-12 guyUse "dissect_rpc_list()" to dissect NFS READDIR/READDIR...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-04 guyUse the new split between protocol registration and...
2000-03-23 guyWhen dissecting an NFS file handle, show the raw bytes...
2000-03-20 gramChange dfilter_init() to check for empty-string abbrevi...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-03-07 guyFix some "proto_tree_add_text()" calls.
2000-01-26 girlichCorrected a SEGFAULT in v2 readdir reply, v3 readdir...
2000-01-22 guyGive "dissect_rpc_string()" an extra "char **" argument...
2000-01-18 girlichLast dissectors for NFS v3 are finally done.
2000-01-07 guyFix Gerald's e-mail address.
1999-12-16 girlichNew NFS v3 dissector (READDIR). 5 functions are still...
1999-12-14 girlichMore dissectors for NFS v3. Still 7 functions are missing.
1999-12-10 girlichMore v3 dissectors added. 11 function are still missing.
1999-12-09 girlichMore v3 dissector routines. 14 functions are still...
1999-12-09 girlichMore v3 dissector routines. 25 functions still missing.
1999-12-06 girlichNFS v2 ist ready.
1999-12-02 girlichmany new dissectors in the NVF v2 area
1999-11-29 girlichACCESS call,reply added.
1999-11-29 girlichSome more RPC functions dissected.
1999-11-26 girlichNFS v2 setattr call: non-set values are marked as such.
1999-11-23 gramAdd terminating NULL record to value_string nfs2_mode_n...
1999-11-19 gramAdded Uwe's update to RPC.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-15 nneulFixed rpc dissector to upcase program name.
1999-11-15 nneulUwe Girlich's patches for nfs,mount,portmap and additio...
1999-11-05 guyUpdates to the ONC RPC and NFS code, from Uwe Girlich.
1999-10-29 guyUwe Girlich's ONC RPC and NFS dissectors.