aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-7/+6
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-3/+3
2014-12-10NFS: do not duplicate field name in blurbPascal Quantin1-3/+3
2014-12-10nfs: expert...() shouldn't be called under 'if(tree)'Bill Meier1-3/+7
2014-12-10nfs: decode dCache NFS file handleTigran Mkrtchyan1-1/+70
2014-12-10nfs: fix failure to parse EXCHANGE_ID argumentsJ. Bruce Fields1-8/+7
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-51/+32
2014-11-06nfs: parse full setclientid CLID_INUSE replyJ. Bruce Fields1-11/+19
2014-11-06nfs: clean up fh_expire_type dissectionJ. Bruce Fields1-52/+44
2014-11-06nfs: NFSv4.2 SEEK, ALLOCATE, DEALLOCATE supportJ. Bruce Fields1-12/+98
2014-11-06nfs: interpret aclsupport attributeJ. Bruce Fields1-1/+46
2014-11-06nfs: label NFSv4 CREATE symlink arguments more helpfullyJ. Bruce Fields1-1/+1
2014-11-06nfs: fix open result_flagsJ. Bruce Fields1-27/+36
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-1/+0
2014-10-02packet-nfs.c: (trivial) Add dropped/missing newline; Adjust some whitespace.Bill Meier1-169/+170
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-09-10Various minor changes:Bill Meier1-9/+9
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-392/+207
2014-07-04wmemify some nfs functions, fixing much leaked memoryEvan Huus1-61/+43
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
2014-03-16NFS: We need to pass data through to the dissect_rpc_list() callbackRonnie Sahlberg1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Create/use extended value_strings; add editor modelines as needed.Bill Meier1-2/+5
2014-01-21Harden nfs_name_snoop_add_name against various malformed inputs. Thanks to MosheEvan Huus1-3/+10
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-2/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-15From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9557Alexis La Goutte1-0/+44
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-13Handle NFS4_OP_ILLEGAL (and other potential array bounds errors).Guy Harris1-4/+6
2013-12-12Create/use an extended value-string;Bill Meier1-1353/+1409
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