aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Don't assign to a proto_item * if the value won't be used: Coverity 990;Bill Meier1-39/+39
2011-03-31Use correct length for clientaddr4 callback address entry.Stig Bjørlykke1-2/+2
2011-03-30remove some assignments we dont useRonnie Sahlberg1-11/+11
2011-03-22Coverity 989Ronnie Sahlberg1-24/+24
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-10/+10
2010-11-04Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-69/+79
2010-10-10Define some fcns & vars as static ...Bill Meier1-10/+10
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-2/+2
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-19/+19
2010-09-17Remove check_col(). Clean up some spacing/indentation too.Jeff Morriss1-584/+416
2010-09-17From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5197 :Jeff Morriss1-69/+360
2010-09-14From Cal Turney via bug 5209:Gerald Combs1-10/+8
2010-07-21From Alex Burlyga: Make hf_nfs_slotid4 useful again.Bill Meier1-3/+12
2010-07-20Initialize a variable. Fixes bug 5026.Gerald Combs1-2/+4
2010-07-19Use sscanf() to parse clientaddr4 instead of trying to parse itGerald Combs1-45/+21
2010-07-09From Ian Schorr: "NFSv4 COMMIT Calls not decoding" Bill Meier1-3/+2
2010-07-06Limit the number of operations to 128 (arbitrary number) to keep us from atte...Jeff Morriss1-96/+112
2010-07-06Use G_GINT64_CONSTANT() to make a 64-bit all-bits-set constant.Guy Harris1-2/+2
2010-07-06No need to add a fake field with the opcode as a string - you can justGuy Harris1-25/+0
2010-07-06Try checking for G_MAXUINT64 instead of 0xffffffffffffffff.Stig Bjørlykke1-2/+2
2010-07-06Fix the build on OSX.Stig Bjørlykke1-4/+4
2010-07-06Fix:Anders Broman1-3/+1
2010-07-06Fix "checked api failed"Anders Broman1-4/+4
2010-07-06From Ian Schorr:Anders Broman1-113/+484
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