summaryrefslogtreecommitdiff
path: root/smb.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-11-01 10:36:22 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-11-01 10:38:21 +0100
commitf8746883cbde6b1eeeb6c8acf79f22dc25634a6d (patch)
tree722c7f6d14ce25b4909f6c0919d8b47fd68a2c72 /smb.h
parentc5a34f01b4d03a0c24f9abb57f0db45c502aceb5 (diff)
downloadtcpdump-f8746883cbde6b1eeeb6c8acf79f22dc25634a6d.tar.gz
SMB: Move smb_data_print() declaration in smb.h
smb_data_print() is only called in print-smb.c and smbutil.c.
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smb.h b/smb.h
index b2ebcbbe..40bba500 100644
--- a/smb.h
+++ b/smb.h
@@ -119,5 +119,6 @@
/* some protos */
void smb_reset(void);
const u_char *smb_fdata(netdissect_options *, const u_char *, const char *, const u_char *, int);
+extern void smb_data_print(netdissect_options *, const u_char *, u_int);
extern const char *smb_errstr(int, int);
extern const char *nt_errstr(uint32_t);