aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-21/+21
2020-04-26nfs: Initialize the fs_cycle element of an nfs_name_snoop_t.Guy Harris1-0/+1
2020-04-22NFS: fix dissecting of READ_PLUS contentsJorge Mora1-34/+12
2020-04-15NFS: Switch to p_[gs]et_proto_depth.Gerald Combs1-4/+3
2020-04-15NFS: Add filesystem cycle detection.Gerald Combs1-3/+22
2019-10-26nfs: fix guint64 format in proto_item_append_text.Dario Lombardo1-1/+1
2019-10-26NFS: add dissector for FATTR4_MDSTHRESHOLDJorge Mora1-0/+121
2019-10-25NFS: Fixing again stateid display of other_hashJorge Mora1-3/+3
2019-10-18NFS: add dissect_nfs4_bitmap functionJorge Mora1-519/+558
2019-08-26NFS: Fix hash table key memory corruptionTomasz Moń1-1/+1
2019-08-13nfs: Add the third version of the Hammerspace NFSv4 file handle dissectorTom Haynes1-3/+51
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-1/+1
2019-04-26NFS: Display nfl_util components for files layout typeJorge Mora1-2/+29
2019-04-18NFS: Fix header field type in dissect_rpc_array callsJorge Mora1-2/+7
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-23/+23
2019-03-03nfs: Add support for more attrs and for the new deleg types in v4.2.Richard Sharpe1-1/+34
2019-01-20NFS: Display ClientID in info col for Renew requestsUli Heilmeier1-3/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-7/+7
2018-12-09packet-nfs.c: Bugfix NFSv4 ACCESS replyJohn Bankier1-8/+17
2018-06-26nfs: fix displaying of operation CLONETigran Mkrtchyan1-0/+1
2018-06-16Fix NFSv4.2 CHANGE_TYPE constantsJ. Bruce Fields1-5/+6
2018-03-24RPC-over-RDMA: add reassembly for reply, read and write chunksJorge Mora1-6/+61
2018-02-13Fix the "pointer to function that generates a label" values.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-04nfs: Add the second version of the Primary Data NFSv4 file handle dissectorTom Haynes1-4/+21
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-22NFSv4: Fix for duplicate StateId hashesCal Turney1-57/+51
2017-10-17nfs: fix nfs dissector to show correct mirror and data server countsTigran Mkrtchyan1-20/+22
2017-10-03nfs: fix typo on new xattrs attributAlexis La Goutte1-6/+6
2017-10-03nfs4: Add ACCESS_MASK support for xattrsTom Haynes1-20/+80
2017-09-27nfsv4: Implement the xattr support for NFSv4Tom Haynes1-2/+137
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-7/+3
2017-09-04packet-nfs.c: Minor cleanupMichael Mann1-131/+89
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-12/+1
2017-02-02NFSv4.2 mode_umask supportAndreas Gruenbacher1-0/+19
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2017-01-06Convert some easily identifiable pinos.Michael Mann1-13/+13
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-3/+2
2016-10-12nfs: Fixing COPY decoding to match the specOlga Kornievskaia1-2/+1
2016-09-21nfs: Fixing OFFLOAD_STATUS reply decodingOlga Kornievskaia1-1/+45
2016-09-13nfs: Primary Data's NFSv4 DataSphere filehandle decoderTom Haynes1-1/+52
2016-09-09nfs: add dissector for CB_NOTIFY_LOCK argsJeff Layton1-0/+4
2016-08-31NFS: fix indent (remove some trailing spaces)Alexis La Goutte1-20/+20
2016-08-31nfs4: Handle CB_GETATTRTom Haynes1-5/+8
2016-08-31nfs: Fix style in switchTom Haynes1-1/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-30nfs: Standardize on FileHandle vs filehandleTom Haynes1-5/+5
2016-06-29packet-nfs: fixup whitespace in pNFS SCSI workBenjamin Coddington1-34/+34
2016-06-23packet-nfs: add extent decoding for SCSI layoutsBenjamin Coddington1-0/+58