]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
From George Bakos: catch bogus payload lengths even if we have a routine
[tcpdump] / print-ether.c
index 88eb8a608049fc87423f2b470b280171b2200879..adf2bfcfb961f6a79d6712c82681d88a5cbc5361 100644 (file)
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.82.2.2 2003-11-16 08:51:20 guy Exp $ (LBL)";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "addrtoname.h"
 #include "ethertype.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.82.2.1 2003-11-15 22:28:48 guy Exp $ (LBL)";
-#endif
 #include "ether.h"
 
 const u_char *snapend;