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