aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Split init routine into init/cleanup for more dissectorsPeter Wu1-39/+22
2015-07-02Add proper "Decode As" mechanism for NFS file handles instead of preference.Michael Mann1-89/+71
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann1-5/+5
2015-07-02Replace RPC "dissect_function_t" function signature with "new style" dissecto...Michael Mann1-127/+160
2015-06-16packet-nfs: For flexfiles the versions is now an arrayTom Haynes1-5/+13
2015-06-16packet-nfs: flexfiles now uses string uid/gidWeston Andros Adamson1-2/+6
2015-06-16packet-nfs: update to draft 05 of flexfiles xdrWeston Andros Adamson1-4/+10
2015-06-16packet-nfs: flexfile getdeviceinfo needs to decode rsize/wsizePeng Tao1-13/+58
2015-06-16packet-nfs: flexfile getdeviceinfo supportWeston Andros Adamson1-0/+42
2015-06-16packet-nfs: flexfile layoutget supportWeston Andros Adamson1-20/+62
2015-06-16packet-nfs: switch on layout type for getdeviceinfoWeston Andros Adamson1-8/+20
2015-06-10NFSv4: A zero attribute mask is acceptable in dissect_nfs4_fattrs() ifcturney1-11/+17
2015-06-08Revert "NFSv4: Fix for Bug 10483"Cal Turney1-2/+0
2015-06-08NFSv4: Fix for Bug 10483cturney1-0/+2
2015-06-07NFS: do not use reported remaining length as the backing lengthPascal Quantin1-2/+2
2015-06-07nfs: Git rid of deprecated tvb_length,tvb_length_remainingTom Haynes1-3/+3
2015-05-25NFS: Remove the hidden acl, dacl, and sacl itemsAndreas Gruenbacher1-32/+0
2015-05-22NFS: Fix NFSv4 attribute offsets and lengthsAndreas Gruenbacher1-2/+10
2015-05-22NFS: Dissect NFSv4.1 dacl and sacl attributesAndreas Gruenbacher1-3/+72
2015-05-19NFS: Move attribute definitions higher up in the nfs dissectorAndreas Gruenbacher1-160/+160
2015-03-30Eliminate proto_tree_add_text from packet-nfs.cMichael Mann1-814/+516
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