debugging of NBT messages added.
authorLuke Leighton <lkcl@samba.org>
Thu, 24 Jun 1999 18:50:55 +0000 (18:50 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 24 Jun 1999 18:50:55 +0000 (18:50 +0000)
(This used to be commit ceb20adb3c924818201fa8992e19e82f45b40710)

source3/smbd/reply.c

index faf9c051d2214fc20e64327015131e7c1d03a04c..58f327771d66474850542d164670d17271f50d41 100644 (file)
@@ -125,6 +125,9 @@ int reply_special(char *inbuf,char *outbuf)
 
        smb_setlen(outbuf,0);
        
+       DEBUG(20,("NBT message\n"));
+       dump_data(20, inbuf, smb_len(inbuf));
+
        switch (msg_type) {
        case 0x81: /* session request */
                CVAL(outbuf,0) = 0x82;