]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smb.c
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / print-smb.c
index c686245c0b6e2191d26efb2c7a4fb21c7fd0172c..6bffa7cb33ff541d8ba9acca78fba75727426f00 100644 (file)
@@ -793,10 +793,10 @@ static void
 print_smb(netdissect_options *ndo,
           const u_char *buf, const u_char *maxbuf)
 {
-    u_int16_t flags2;
+    uint16_t flags2;
     int nterrcodes;
     int command;
-    u_int32_t nterror;
+    uint32_t nterror;
     const u_char *words, *maxwords, *data;
     const struct smbfns *fn;
     const char *fmt_smbheader =