X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7cf1b02275833ba76c7a718debad764575ef5791..refs/heads/tcpdump-3.8:/print-smb.c diff --git a/print-smb.c b/print-smb.c index 7f56b483..dc6cd3ea 100644 --- a/print-smb.c +++ b/print-smb.c @@ -10,6 +10,10 @@ #include "config.h" #endif +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-smb.c,v 1.27.2.2 2003-11-16 08:51:45 guy Exp $"; +#endif #include @@ -20,10 +24,6 @@ #include "extract.h" #include "smb.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-smb.c,v 1.27.2.1 2003-11-15 22:29:08 guy Exp $"; -#endif static int request = 0; const u_char *startbuf = NULL;