aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Mark a parameter unused.Gerald Combs1-1/+1
2013-11-10Have rpc_call_info_value be passed through to (sub)dissectors instead of usin...Michael Mann1-164/+151
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann1-86/+86
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-05From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-1/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+3
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-6/+6
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-5/+5
2013-09-16Remove a bunch more set-but-no-longer-used variables.Jeff Morriss1-10/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-50/+30
2013-09-15Remove unused variables, fix typos.Evan Huus1-2/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-14/+10
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-04Always initialize the hash when dissecting nfsv3 file handle. Fixes the recentEvan Huus1-0/+5
2013-08-31More wmem.Evan Huus1-27/+27
2013-08-23Batch of filterable expert infos.Michael Mann1-1/+3
2013-07-18From Cal Turney:Anders Broman1-18/+26
2013-07-15From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8920 :Jeff Morriss1-19/+19
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-25/+25
2013-06-26Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8853 :Pascal Quantin1-0/+1
2013-06-17From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8810Evan Huus1-2/+2
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