aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27NFS: add NFSv4.1 CB_RECALL_ANY operationJorge Mora1-1/+67
2023-01-21Checked encoded values for proto_tree_add_item()Martin Mathieson1-2/+2
2023-01-19NFS: fix IO_ADVISE hints maskJorge Mora1-2/+2
2023-01-03For 'fields' param in add_bitmask_, check item masksMartin Mathieson1-2/+2
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-12/+12
2022-11-13NFS: Fix string decoding to use UTF-8João Valverde1-2/+1
2022-08-09Name `proto_nfs_unknown` as "Unknown NFS"David Perry1-1/+1
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-33/+33
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+1
2021-07-29More fussing with masks.Martin Mathieson1-1/+1
2021-05-08NFS4: added dissector for fattr4.FS_Charset_CapVolodymyr Khomenko1-0/+40
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+2
2021-03-11NFS: fix for EXCHANGE_ID SP4_SSVJorge Mora1-6/+19
2021-02-07nfs: Fix Dead Store Found by Clang AnalyzerAlexis La Goutte1-2/+6
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