aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-27Batch of filterable expert infosMichael Mann1-3/+14
2013-05-04Fix indents (Use Spaces) Add ModelinesAlexis La Goutte1-1/+1
2013-04-27Silence a false-positive warning from older GCCs:Evan Huus1-1/+1
2013-04-27From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8605Evan Huus1-327/+390
2013-04-25Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8611Evan Huus1-0/+11
2013-04-24Fix format string typo causingEvan Huus1-1/+1
2013-04-22Fix warning: 'attr_mask_offset' may be used uninitialized in this function in...Alexis La Goutte1-1/+1
2013-04-22From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8601 ...Alexis La Goutte1-736/+345
2013-04-19s/mfs/nfs/Evan Huus1-4/+4
2013-04-19From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8581Evan Huus1-3315/+3459
2013-04-16From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-5/+41
2013-04-16Don't use seasonal memory for NFS file tracking tables (at least I think that'sEvan Huus1-1/+3
2013-04-15From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-6/+6
2013-04-14From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+32
2013-04-11From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8576 :Pascal Quantin1-59/+66
2013-04-11From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8575 :Pascal Quantin1-1/+1
2013-03-29Remove decode_enumerated_bitfield and decode_enumerated_bitfield_shifted.Evan Huus1-3/+24
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