aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
Commit message (Expand)AuthorAgeFilesLines
* From Cal Turney:Anders Broman2013-07-181-18/+26
* From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8920 :Jeff Morriss2013-07-151-19/+19
* Define certain 'const char *...' arrays as static.Bill Meier2013-07-011-25/+25
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8853 :Pascal Quantin2013-06-261-0/+1
* From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8810Evan Huus2013-06-171-2/+2
* Batch of filterable expert infosMichael Mann2013-05-271-3/+14
* Fix indents (Use Spaces) Add ModelinesAlexis La Goutte2013-05-041-1/+1
* Silence a false-positive warning from older GCCs:Evan Huus2013-04-271-1/+1
* From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8605Evan Huus2013-04-271-327/+390
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8611Evan Huus2013-04-251-0/+11
* Fix format string typo causingEvan Huus2013-04-241-1/+1
* Fix warning: 'attr_mask_offset' may be used uninitialized in this function in...Alexis La Goutte2013-04-221-1/+1
* From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8601 ...Alexis La Goutte2013-04-221-736/+345
* s/mfs/nfs/Evan Huus2013-04-191-4/+4
* From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8581Evan Huus2013-04-191-3315/+3459
* From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2013-04-161-5/+41
* Don't use seasonal memory for NFS file tracking tables (at least I think that'sEvan Huus2013-04-161-1/+3
* From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2013-04-151-6/+6
* From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2013-04-141-1/+32
* From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8576 :Pascal Quantin2013-04-111-59/+66
* From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8575 :Pascal Quantin2013-04-111-1/+1
* Remove decode_enumerated_bitfield and decode_enumerated_bitfield_shifted.Evan Huus2013-03-291-3/+24
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-071-41/+41
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-261-3/+3
* Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier2013-01-311-46/+46
* Initialize some hf_... vars to -1;Bill Meier2013-01-261-2/+2
* Comment out cases of unused hf array entries found by checkhf.Bill Meier2013-01-261-23/+69
* Fix a bunch of warnings.Guy Harris2012-12-261-42/+42
* From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin2012-12-181-6/+75
* Remove unused ett_nfs_security_label variableAlexis La Goutte2012-12-161-3/+1
* From Steve Dickson via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8081Alexis La Goutte2012-12-111-2/+38
* Make all enum_val_t's const.Jeff Morriss2012-11-291-1/+1
* replaced decode_enumerated_bitfield calls with itemized filtersMichael Mann2012-09-271-24/+23
* Put the individual property flags under the properties item, rather thanGuy Harris2012-09-261-6/+6
* replaced decode_boolean_bitfield calls with itemized filtersMichael Mann2012-09-261-95/+108
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* parse nfsv4.1 SEQUENCE status flags (https://bugs.wireshark.org/bugzilla/show...Michael Mann2012-09-181-73/+150
* more ephemeral memory cleanupMichael Mann2012-08-141-2/+1
* Use consistent indentation.Bill Meier2012-07-291-60/+56
* g_assert --> DISSECTOR_ASSERTBill Meier2012-07-291-2/+2
* Fix a typo :(Bill Meier2012-07-291-1/+1
* Cast away a compile warning: "conversion from '__int64' to 'gulong', possible...Bill Meier2012-07-291-1/+1
* Fix crash when "file_name_snooping" & "file_full_name_snooping" prefs enabled.Bill Meier2012-07-291-1/+3
* Remove a couple set-but-unused variables. I *think* the new tree isn'tJeff Morriss2012-07-051-6/+3
* Fix bug #7436Jakub Zawadzki2012-07-051-82/+42
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Try to fix some Logic error (Function call argument is an uninitialized value...Alexis La Goutte2012-04-301-23/+23
* Like r42302 but in other place.Jakub Zawadzki2012-04-271-2/+3
* Fix fuzz failure reported in Jeff Morriss2012-04-271-2/+3
* From Evan Huus:Anders Broman2012-04-271-0/+12