]> The Tcpdump Group git mirrors - tcpdump/commitdiff
From Sami Farin <[email protected]>: put in a missing blank before "NBT
authorguy <guy>
Tue, 30 Apr 2002 09:09:41 +0000 (09:09 +0000)
committerguy <guy>
Tue, 30 Apr 2002 09:09:41 +0000 (09:09 +0000)
Packet".

CREDITS
print-smb.c

diff --git a/CREDITS b/CREDITS
index 84c34ea646daad2bd2baedf8db96d196b134fbbd..46bb486e1513e9276312fe8b1f75875850168101 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -75,6 +75,7 @@ Additional people who have contributed patches:
        Rafal Maszkowski                <[email protected]>
        Rick Jones                      <[email protected]>
        Roderick Schertler              <[email protected]>
+       Sami Farin                      <[email protected]>
        Sebastian Krahmer               <[email protected]>
        Seth Webster                    <[email protected]>
        Timo Koskiahde
index ffdc99a037262dcba04dd32466a84109e3e3b473..75b77aacae539b5208414bc028647e5d861e140e 100644 (file)
@@ -12,7 +12,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-     "@(#) $Header: /tcpdump/master/tcpdump/print-smb.c,v 1.22 2002-04-25 04:54:02 guy Exp $";
+     "@(#) $Header: /tcpdump/master/tcpdump/print-smb.c,v 1.23 2002-04-30 09:09:41 guy Exp $";
 #endif
 
 #include <stdio.h>
@@ -859,9 +859,9 @@ nbt_tcp_print(const u_char *data, int length)
        return;
 
     if (vflag > 1)
-       printf ("\n>>> ");
+       printf ("\n>>>");
 
-    printf("NBT Packet");
+    printf(" NBT Packet");
 
     if (vflag < 2)
        return;