aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-common.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-02 23:46:14 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-02 23:46:14 +0000
commit8b73c7905687775416505d7a68e6b8aeb199872e (patch)
tree6516579894d4b4b711a37ad7c7ab9e7dfde042e1 /epan/dissectors/packet-smb-common.h
parent135dd00b1451ab86cee30cca5a4850da0a4980ad (diff)
"dissect_smb_unknown()" isn't some generic routine, it's used only to
dissect unknown netlogon commands; move it to "packet-smb-logon.c". svn path=/trunk/; revision=11589
Diffstat (limited to 'epan/dissectors/packet-smb-common.h')
-rw-r--r--epan/dissectors/packet-smb-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-smb-common.h b/epan/dissectors/packet-smb-common.h
index cdec298464..6cd353dae2 100644
--- a/epan/dissectors/packet-smb-common.h
+++ b/epan/dissectors/packet-smb-common.h
@@ -30,8 +30,6 @@
#include "smb.h"
-int dissect_smb_unknown(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset);
-
int display_unicode_string(tvbuff_t *tvb, proto_tree *tree, int offset, int hf_index, char **data);
int display_ms_string(tvbuff_t *tvb, proto_tree *tree, int offset, int hf_index, char **data);