aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-2/+1
2009-07-16Initialize a variable and remove a check_col.Gerald Combs1-4/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-5/+5
2009-07-02From Radek Vokál:Anders Broman1-9/+350
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-83/+83
2009-03-29More size_t casts.Anders Broman1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-11-28- Added support for little endian SVR4 NFS file handles (Solaris x86).Uwe Girlich1-15/+142
2008-11-26Remove all the NFS "fhandle to name" related warnings.Uwe Girlich1-7/+7
2008-09-30From Alex:Jaap Keuter1-7/+421
2008-09-30Add a cast to try to fix compilation on Windows.Gerald Combs1-2/+2
2008-09-29there exists clients (linux) that sends a SETCLIENTID specifying the Ronnie Sahlberg1-11/+51
2008-08-06in nfs name to filehandle mappingsRonnie Sahlberg1-9/+11
2008-07-31From Alex <burlyga :Anders Broman1-8/+24
2008-07-19From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2723Jeff Morriss1-109/+128
2008-07-12From J. Bruce Fields (bug 2634):Stig Bjørlykke1-148/+267
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-4/+7
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-6/+7
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-3/+4
2007-12-18From Alex Burlyga:Jaap Keuter1-4/+25
2007-11-25Header field array and whitespace cleanup.Jaap Keuter1-530/+512
2007-11-24From Alex Burlyga:Stig Bjørlykke1-7/+3
2007-11-24From J. Bruce Fields:Stig Bjørlykke1-7/+1088
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-190/+124
2007-10-02Use given length when decoding fhandles as unknown.Stig Bjørlykke1-1/+1
2007-09-05start prettifying nfsv4Ronnie Sahlberg1-39/+37
2007-06-18make hf_nfs_nfsstat externaly visible so other dissectors can use nfs Ronnie Sahlberg1-1/+1
2007-06-17add some missing error codesRonnie Sahlberg1-0/+51
2007-06-08Better hash function for file handles, as suggested by Brent CallaghanGuy Harris1-2/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-4/+4
2007-04-28In calls to the emem_tree routines, forcibly align items not known to beGuy Harris1-4/+19
2007-03-23fix a lot more warningsUlf Lamping1-2/+2
2007-02-03From J. Bruce Fields:Jaap Keuter1-2/+0
2006-11-10From Alex BRonnie Sahlberg1-2/+353
2006-09-28From Alex BurlygaRonnie Sahlberg1-29/+249
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-9/+9
2006-07-10Two more bugs from Ilja van Sprundel.Gerald Combs1-15/+23
2006-06-23coverity warning 177 deadcodeRonnie Sahlberg1-29/+9
2006-06-21two things have irritated me immensly with nfs filehandlesRonnie Sahlberg1-149/+91
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-02the hash,name,fullname of an nfs filehandle are allRonnie Sahlberg1-6/+13
2006-04-02prettify dissection of nfsv3 fattr3 structureRonnie Sahlberg1-66/+135
2006-03-14coverity bug 139Ronnie Sahlberg1-1/+1
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg1-3/+3
2006-03-08remove some harmless but redundant codeRonnie Sahlberg1-10/+4
2006-03-06 get rid of another slow hashtable and one global variable andRonnie Sahlberg1-38/+7
2006-03-06replace one hashtable storing filehandles with a new se treeRonnie Sahlberg1-62/+51
2006-03-06replace a g_malloc()/g_free() pair with ep_alloc() insteadRonnie Sahlberg1-4/+4
2006-03-06add helper to build (red/black) trees from a key that is a vector of guin32 a...Ronnie Sahlberg1-20/+22
2006-01-05Bill Meier:Jörg Mayer1-1/+1