From 07afc549e2cde45e1c5b536cc03903fe8765902f Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 24 Jun 1999 18:50:55 +0000 Subject: debugging of NBT messages added. (This used to be commit ceb20adb3c924818201fa8992e19e82f45b40710) --- source3/smbd/reply.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/smbd') diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index faf9c051d2..58f327771d 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -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; -- cgit