]> The Tcpdump Group git mirrors - tcpdump/blobdiff - smb.h
Avoid -E and -M options inconsistencies with no libcrypto
[tcpdump] / smb.h
diff --git a/smb.h b/smb.h
index fea9fa4687fc3a23e07e37443a3f9ac9087a5dbf..40bba5004ac0ac4917d9d72a4dc0564bd802d846 100644 (file)
--- a/smb.h
+++ b/smb.h
@@ -6,7 +6,8 @@
  * or later
  */
 
-#define SMBMIN(a,b) ((a)<(b)?(a):(b))
+/* for netdissect_options */
+#include "netdissect.h"
 
 /* the complete */
 #define SMBmkdir      0x00   /* create directory */
 #define TRANSACT2_FINDNOTIFYNEXT  12
 #define TRANSACT2_MKDIR           13
 
-#define PTR_DIFF(p1, p2) ((size_t)(((char *)(p1)) - (char *)(p2)))
-
 /* some protos */
-const u_char *smb_fdata(const u_char *, const char *, const u_char *, int);
+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);