aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-14Append each op name to the operations sub-tree so you don't necessarily have ...cmaynard1-0/+2
2011-11-08In the unlikely case that there are no ops, don't append anything. Also, com...cmaynard1-3/+5
2011-11-01Remove comma at the end of several enumerator lists.morriss1-2/+2
2011-10-28Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-6/+14
2011-10-27Fix some proto_tree_add_item() encoding args;wmeier1-8/+7
2011-10-24Fix encoding arg for various fcn calls:wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-10/+10
2011-08-31Second try to move crc routines to libwsutil.stig1-4/+3
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-2/+2
2011-08-30Move all crc routines to libwsutil.stig1-2/+2
2011-08-02From Jeremy Jones:etxrab1-40/+142
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-6/+4
2011-04-18Removed some unneeded assignments.stig1-2/+2
2011-04-08Don't assign to a proto_item * if the value won't be used: Coverity 990;wmeier1-39/+39
2011-03-31Use correct length for clientaddr4 callback address entry.stig1-2/+2
2011-03-30remove some assignments we dont usesahlberg1-11/+11
2011-03-22Coverity 989sahlberg1-24/+24
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-10/+10
2010-11-04Use value_string_ext fcns to access certain value_string arrays;wmeier1-69/+79
2010-10-10Define some fcns & vars as static ...wmeier1-10/+10
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-2/+2
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-19/+19
2010-09-17Remove check_col(). Clean up some spacing/indentation too.morriss1-584/+416
2010-09-17From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5197 :morriss1-69/+360
2010-09-14From Cal Turney via bug 5209:gerald1-10/+8
2010-07-21From Alex Burlyga: Make hf_nfs_slotid4 useful again.wmeier1-3/+12
2010-07-20Initialize a variable. Fixes bug 5026.gerald1-2/+4
2010-07-19Use sscanf() to parse clientaddr4 instead of trying to parse itgerald1-45/+21
2010-07-09From Ian Schorr: "NFSv4 COMMIT Calls not decoding" wmeier1-3/+2
2010-07-06Limit the number of operations to 128 (arbitrary number) to keep us from atte...morriss1-96/+112
2010-07-06Use G_GINT64_CONSTANT() to make a 64-bit all-bits-set constant.guy1-2/+2
2010-07-06No need to add a fake field with the opcode as a string - you can justguy1-25/+0
2010-07-06Try checking for G_MAXUINT64 instead of 0xffffffffffffffff.stig1-2/+2
2010-07-06Fix the build on OSX.stig1-4/+4
2010-07-06Fix:etxrab1-3/+1
2010-07-06Fix "checked api failed"etxrab1-4/+4
2010-07-06From Ian Schorr:etxrab1-113/+484
2010-06-05From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4831 :morriss1-76/+90
2010-06-04From Cal Turney: The NFS FH hash (nfs.fh.hash) incorrectly matches multiple f...wmeier1-8/+7
2010-06-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4832 :morriss1-2/+7
2010-06-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4830 :morriss1-1/+1
2010-05-31From Ian Schorr:etxrab1-0/+203
2010-03-18Update the dissection of NFSv3 SETATTR Mode bits and dissect each sahlberg1-41/+87
2010-02-13Fix some indentation.wmeier1-203/+203
2010-02-13From Mike Sager: NFS: parse RECLAIM_COMPLETE opwmeier1-6/+19
2010-02-05From Alex Burlyga:jake1-30/+123
2010-02-05From Mike Sager:jake1-10/+58
2010-01-19Fix gcc -Wshadow warningswmeier1-3/+3
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-3/+3