]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-enc.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / print-enc.c
index a3c59b35b3d4d8a007ebe05c9165bcdfd00f1fd0..e187de714529c815049c2d98812994767f3c7102 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-enc.c,v 1.6 2008-11-18 07:35:32 guy Exp $ (LBL)";
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -118,7 +113,7 @@ enc_if_print(const struct pcap_pkthdr *h, register const u_char *p)
        length -= ENC_HDRLEN;
        caplen -= ENC_HDRLEN;
        p += ENC_HDRLEN;
-       
+
        switch (hdr->af) {
        case AF_INET:
                ip_print(gndo, p, length);