aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-27Create a "placeholder" NFS CB protocol for ONC-RPC stats.Michael Mann1-1/+5
2016-05-13packet-nfs: Add flex file flag: FF_FLAGS_NO_READ_IOTom Haynes1-0/+6
2016-05-12packet-nfs: add decoding and displaying of exclusive create attributesTigran Mkrtchyan1-0/+1
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-4/+3
2016-04-21packet-nfs: update GETDEVICEINFO op for pNFS SCSIBenjamin Coddington1-0/+183
2016-04-20packet-nfs: fix offset calculation for fs_layout_typeBenjamin Coddington1-2/+2
2016-04-20packet-nfs: fix layout_blksize labelBenjamin Coddington1-1/+1
2016-03-25packet-nfs: enable nfs4.lock_owner4Benjamin Coddington1-4/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-24packet-nfs: do not call g_hash_table_remove before g_hash_table_insertTigran Mkrtchyan1-8/+1
2016-02-24packet-nfs: fix double-freeTigran Mkrtchyan1-19/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-22NFSv4.1 bugfixesTrond Myklebust1-1/+14
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2016-01-08NFS: fix crash when activating file_name_snooping optionPascal Quantin1-1/+1
2015-12-31Use wmem_memdup() instead of wmem_alloc() followed by memcpy().Guy Harris1-2/+1
2015-12-18[NFS] adding stateid hash based on stateid.otherOlga Kornievskaia1-0/+12
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-11/+11