aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
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
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