aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-05From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4831 :Jeff Morriss1-76/+90
2010-06-04From Cal Turney: The NFS FH hash (nfs.fh.hash) incorrectly matches multiple f...Bill Meier1-8/+7
2010-06-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4832 :Jeff Morriss1-2/+7
2010-06-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4830 :Jeff Morriss1-1/+1
2010-05-31From Ian Schorr:Anders Broman1-0/+203
2010-03-18Update the dissection of NFSv3 SETATTR Mode bits and dissect each Ronnie Sahlberg1-41/+87
2010-02-13Fix some indentation.Bill Meier1-203/+203
2010-02-13From Mike Sager: NFS: parse RECLAIM_COMPLETE opBill Meier1-6/+19
2010-02-05From Alex Burlyga:Jaap Keuter1-30/+123
2010-02-05From Mike Sager:Jaap Keuter1-10/+58
2010-01-19Fix gcc -Wshadow warningsBill Meier1-3/+3
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-3/+3
2009-10-25From Jakub Zawadzki:Anders Broman1-4/+2
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