aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-07From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-41/+41
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-3/+3
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-46/+46
2013-01-26Initialize some hf_... vars to -1;Bill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-23/+69
2012-12-26Fix a bunch of warnings.Guy Harris1-42/+42
2012-12-18From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-6/+75
2012-12-16Remove unused ett_nfs_security_label variableAlexis La Goutte1-3/+1
2012-12-11From Steve Dickson via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8081Alexis La Goutte1-2/+38
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-09-27replaced decode_enumerated_bitfield calls with itemized filtersMichael Mann1-24/+23
2012-09-26Put the individual property flags under the properties item, rather thanGuy Harris1-6/+6
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-95/+108
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-18parse nfsv4.1 SEQUENCE status flags (https://bugs.wireshark.org/bugzilla/show...Michael Mann1-73/+150
2012-08-14more ephemeral memory cleanupMichael Mann1-2/+1
2012-07-29Use consistent indentation.Bill Meier1-60/+56
2012-07-29g_assert --> DISSECTOR_ASSERTBill Meier1-2/+2
2012-07-29Fix a typo :(Bill Meier1-1/+1
2012-07-29Cast away a compile warning: "conversion from '__int64' to 'gulong', possible...Bill Meier1-1/+1
2012-07-29Fix crash when "file_name_snooping" & "file_full_name_snooping" prefs enabled.Bill Meier1-1/+3
2012-07-05Remove a couple set-but-unused variables. I *think* the new tree isn'tJeff Morriss1-6/+3
2012-07-05Fix bug #7436Jakub Zawadzki1-82/+42
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-30Try to fix some Logic error (Function call argument is an uninitialized value...Alexis La Goutte1-23/+23
2012-04-27Like r42302 but in other place.Jakub Zawadzki1-2/+3
2012-04-27Fix fuzz failure reported in Jeff Morriss1-2/+3
2012-04-27From Evan Huus:Anders Broman1-0/+12
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2012-03-30From Weston Andros Adamson via https://bugs.wireshark.org/bugzilla/show_bug.c...Jeff Morriss1-3/+9
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-03-08From Weston Andros Adamson via https://bugs.wireshark.org/bugzilla/show_bug.c...Jeff Morriss1-33/+30
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-0/+3
2011-12-15In certain cases, don't reference a tvb when displaying a hidden,generated fi...Bill Meier1-11/+10
2011-12-14Fix a tvb memory leak;Bill Meier1-17/+34
2011-11-14Append each op name to the operations sub-tree so you don't necessarily have ...Chris Maynard1-0/+2
2011-11-08In the unlikely case that there are no ops, don't append anything. Also, com...Chris Maynard1-3/+5
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-2/+2
2011-10-28Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+14
2011-10-27Fix some proto_tree_add_item() encoding args;Bill Meier1-8/+7
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-10/+10
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-4/+3
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-2/+2
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-2/+2
2011-08-02From Jeremy Jones:Anders Broman1-40/+142
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-6/+4
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-2/+2