X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f9c2c905b118b69a0b102549c1b25cca871947b5..84b51cad218840ece9115c72705f846060005c6f:/smb.h diff --git a/smb.h b/smb.h index d49c192f..40bba500 100644 --- a/smb.h +++ b/smb.h @@ -117,6 +117,8 @@ #define TRANSACT2_MKDIR 13 /* 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);