]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smb.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / print-smb.c
index e1c2f79940511a7403b7b10120d4ec48dd07a97e..32edd196d261152dabff6f9340110d0e7cedcd7c 100644 (file)
 #include "config.h"
 #endif
 
-#ifndef lint
-static const char rcsid[] _U_ =
-     "@(#) $Header: /tcpdump/master/tcpdump/print-smb.c,v 1.47 2007-12-09 00:30:47 guy Exp $";
-#endif
-
 #include <tcpdump-stdinc.h>
 
 #include <stdio.h>
@@ -900,7 +895,7 @@ print_smb(const u_char *buf, const u_char *maxbuf)
        if (command == 0xFF)
            break;
        TCHECK2(words[3], 2);
-       newsmboffset = EXTRACT_LE_16BITS(words + 3); 
+       newsmboffset = EXTRACT_LE_16BITS(words + 3);
 
        fn = smbfind(command, smb_fns);