]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cip.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / print-cip.c
index e9d672fe761b5f0bb80fe2845bae93bd2b369083..82e1de65db2c79267d7847d4b1ead090b1ee606d 100644 (file)
  *
  */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.26 2005-07-07 01:22:17 guy Exp $ (LBL)";
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -43,7 +38,7 @@ static const char rcsid[] _U_ =
 
 #define RFC1483LLC_LEN 8
 
-static unsigned char rfcllc[] = {
+static const unsigned char rfcllc[] = {
        0xaa,   /* DSAP: non-ISO */
        0xaa,   /* SSAP: non-ISO */
        0x03,   /* Ctrl: Unnumbered Information Command PDU */