Enable Lua tcp tap userdata.
[obnox/wireshark/wip.git] / epan / dissectors / packet-nfs.c
2009-03-29 etxrabMore size_t casts.
2008-12-17 wmeierFix some typos and spelling (mostly in text strings)
2008-11-28 girlich- Added support for little endian SVR4 NFS file handles...
2008-11-26 girlichRemove all the NFS "fhandle to name" related warnings.
2008-09-30 jakeFrom Alex:
2008-09-30 geraldAdd a cast to try to fix compilation on Windows.
2008-09-29 sahlbergthere exists clients (linux) that sends a SETCLIENTID...
2008-08-06 sahlbergin nfs name to filehandle mappings
2008-07-31 etxrabFrom Alex <burlyga :
2008-07-19 morrissFrom https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2008-07-12 stigFrom J. Bruce Fields (bug 2634):
2008-05-15 wmeierFix some of the Errors/warnings detected by checkapi.
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2008-02-02 stigRewrote some prohibited APIs in epan/dissectors/ (sprin...
2007-12-18 jakeFrom Alex Burlyga:
2007-11-25 jakeHeader field array and whitespace cleanup.
2007-11-24 stigFrom Alex Burlyga:
2007-11-24 stigFrom J. Bruce Fields:
2007-11-08 etxrabApply yet another set of the optimization patches:
2007-10-02 stigUse given length when decoding fhandles as unknown.
2007-09-05 sahlbergstart prettifying nfsv4
2007-06-18 sahlbergmake hf_nfs_nfsstat externaly visible so other dissecto...
2007-06-17 sahlbergadd some missing error codes
2007-06-08 guyBetter hash function for file handles, as suggested...
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-04-28 guyIn calls to the emem_tree routines, forcibly align...
2007-03-23 ulflfix a lot more warnings
2007-02-03 jakeFrom J. Bruce Fields:
2006-11-10 sahlbergFrom Alex B
2006-09-28 sahlbergFrom Alex Burlyga
2006-08-14 sahlbergrename some structures and defines from the se_tree...
2006-07-10 geraldTwo more bugs from Ilja van Sprundel.
2006-06-23 sahlbergcoverity warning 177 deadcode
2006-06-21 sahlbergtwo things have irritated me immensly with nfs filehandles
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-04-02 sahlbergthe hash,name,fullname of an nfs filehandle are all
2006-04-02 sahlbergprettify dissection of nfsv3 fattr3 structure
2006-03-14 sahlbergcoverity bug 139
2006-03-11 sahlberggive se_trees names so that it is easier to debug...
2006-03-08 sahlbergremove some harmless but redundant code
2006-03-06 sahlberg get rid of another slow hashtable and one global...
2006-03-06 sahlbergreplace one hashtable storing filehandles with a new...
2006-03-06 sahlbergreplace a g_malloc()/g_free() pair with ep_alloc()...
2006-03-06 sahlbergadd helper to build (red/black) trees from a key that...
2006-01-05 jmayerBill Meier:
2005-10-27 sahlbergget rid of the last two strcpy from epan/dissectors
2005-08-12 sahlberggmemchunk -> se_alloc() improvements
2005-07-30 jmayerMore char -> const char warning fixes
2005-07-23 sahlbergwe no longer need to g_free() teh string returned by...
2005-07-02 guyHave separate fields for NFSv2, NFSv3, and NFSv4 return...
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-04-14 sahlbergmake file name snooping use information from READDIRPLU...
2004-12-25 ulfla lot of warnings removed, most of them about pointer...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-18 gramMove dissectors to epan/dissectors directory.