aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-18 01:58:34 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-18 01:58:34 +0000
commita5db16610255eea678e71a45568a9216222c6ab4 (patch)
tree5b83f24d4b8725df87175980e80ee054edd1c07c /epan/dissectors/packet-smb.h
parentc213f73ab072374cb05cdea148f432f265e7f55c (diff)
rename add_fid() to dissect_smb_fid() as a firsdt step towards adding tracking of filename/openedframe/closedframe tracking for smb fids
svn path=/trunk/; revision=18506
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index 6fe7a7d05a..45ddd0f18e 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -270,9 +270,9 @@ extern int dissect_file_data(tvbuff_t *tvb, proto_tree *tree, int offset,
guint16 bc, guint16 datalen);
/*
- * Add a FID to the protocol tree and the Info column.
+ * Dissect an smb FID
*/
-extern void add_fid(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
+extern void dissect_smb_fid(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
int offset, int len, guint16 fid);
/*