]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ah.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / print-ah.c
index e106d467d174d36386c164f2ff0e8945009e7646..a37574d14e8af4acb36450e3f8357b5c98f5c0fe 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.19 2002-12-11 07:13:57 guy Exp $ (LBL)";
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -67,5 +62,5 @@ ah_print(register const u_char *bp)
        return sizeof(struct ah) + sumlen;
  trunc:
        fputs("[|AH]", stdout);
-       return 65535;
+       return -1;
 }