diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-11-01 10:36:22 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-11-01 10:38:21 +0100 |
commit | f8746883cbde6b1eeeb6c8acf79f22dc25634a6d (patch) | |
tree | 722c7f6d14ce25b4909f6c0919d8b47fd68a2c72 /smb.h | |
parent | c5a34f01b4d03a0c24f9abb57f0db45c502aceb5 (diff) | |
download | tcpdump-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |