aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-11/+11
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-26/+29
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-23/+31
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-27nfs: Add FF_FLAGS_NO_IO_THRU_MDS for layout flagsTom Haynes1-0/+6
2015-10-25[nfs] don't THROW() an exception from a dissectorMartin Kaiser1-21/+27
2015-10-24NULL terminate some hf_ arrays used in proto_tree_add_bitmask_xxx calls.Michael Mann1-0/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-09-21nfs: Register CB program statically and not whilst parsing itTom Haynes1-15/+5
2015-09-16NFS: add a missing return when the IO hints bitmap is too largePascal Quantin1-0/+1
2015-09-12Conversions of void * to some other type require explicit casts.Guy Harris1-1/+1
2015-09-11NFS file handle crc32_ccitt hashes are incorrectcturney1-1/+1
2015-09-10nfs: Fix compilation breakTom Haynes1-1/+1
2015-09-09nfs: Add NFSv4.2 op LAYOUTERRORTom Haynes1-13/+41
2015-09-09nfs: Add support for the Flex File Layout Type in LAYOUTRETURNTom Haynes1-102/+261
2015-09-09nfs: Add NFSv4.2 op LAYOUTSTATSTom Haynes1-1/+164
2015-09-09nfs: Add NFSv4.2 op WRITE_SAMETom Haynes1-2/+86
2015-09-09nfs: Add NFSv4.2 op READ_PLUSTom Haynes1-2/+96
2015-09-09nfs: Add NFSv4.2 cb op CB_OFFLOADTom Haynes1-2/+20
2015-09-09nfs: Add NFSv4.2 op IO_ADVISETom Haynes1-2/+169
2015-09-09nfs: Add NFSv4.2 ops OFFLOAD_CANCEL and OFFLOAD_STATUSTom Haynes1-3/+34
2015-09-09nfs: Add NFSv4.2 op CLONETom Haynes1-2/+34
2015-09-09nfs: Add NFSv4.2 ops COPY and COPY_NOTIFYTom Haynes1-5/+247
2015-09-09nfs: Cleanup of FlexFiles Layout TypeTom Haynes1-26/+56
2015-09-09nfs: Add new attributes for NFSv4.2Tom Haynes1-1/+52
2015-09-09nfs: Add new error codes for NFSv4.2Tom Haynes1-0/+14
2015-09-09Fix some memory leaks when extracting a string from TVBPascal Quantin1-5/+3
2015-09-02nfs: Fix order of octets in IPv4 addressTom Haynes1-1/+1
2015-07-21Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().Guy Harris1-15/+19
2015-07-19Require dissectors for all ONC RPC calls and replies.Guy Harris1-5/+3
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