]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smb.c
add tracefiles for infinite loop testing
[tcpdump] / print-smb.c
index 00d3b47d33ca21690be4748df96ad13c6f06ff58..dc6cd3ea52319b070cebdf5deef2c31923ed1fbb 100644 (file)
 #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 <tcpdump-stdinc.h>
 
 #include "extract.h"
 #include "smb.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-     "@(#) $Header: /tcpdump/master/tcpdump/print-smb.c,v 1.28 2003-11-15 00:39:40 guy Exp $";
-#endif
 static int request = 0;
 
 const u_char *startbuf = NULL;