aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-21 09:45:50 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-21 09:45:50 +0000
commit4750a2c08ee8d80752ff5dcadfa60ca34481488e (patch)
tree75c91ba94b0d48659fc1c96b74c5c564aa183ee7 /epan/dissectors/packet-nfs.h
parent92cc0ff6286056305f200863db5592c019f14a85 (diff)
two things have irritated me immensly with nfs filehandles
1, (minor) the heuristics are too weak and everyting is always decoded either as netapp filehandles or one of the others even when just capturing ibetween say two classic unix boxens 2, (major) you can not filter on specific subfields of the filehandle observation: 5 people or less in the world care about implementation specific storage of data inside an opaque blob. remove the too weak heuristics for nfs filehandles. make decoding of filehandles accorrding to specific implementations controlled by a preference setting. default this setting to "unknown" display unknown filehandles using proto_tree_add_item() FT_BYTES/BASE_HEX to make it fitlerable instead of a useless proto_tree_add_text() wiki needs to be updated tomorrow git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18530 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-nfs.h')
-rw-r--r--epan/dissectors/packet-nfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-nfs.h b/epan/dissectors/packet-nfs.h
index f0da25b053..a97827ef7f 100644
--- a/epan/dissectors/packet-nfs.h
+++ b/epan/dissectors/packet-nfs.h
@@ -127,5 +127,7 @@ extern int dissect_fattr(tvbuff_t *tvb, int offset, proto_tree *tree,
extern int dissect_access(tvbuff_t *tvb, int offset, proto_tree *tree,
const char* name);
+extern gint default_nfs_fhandle_type;
+
#endif /* packet-nfs.h */