]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-esp.c
The stuff in the "linux-include" directory is no longer needed, as we no
[tcpdump] / print-esp.c
index d3cffd70c0ffe3fe637d51ce07ba5a42f94e9e04..a57e072b31a654d9efeb7c6bbe100ced23c7c2c5 100644 (file)
@@ -23,7 +23,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.16 2000-10-07 05:53:10 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.17 2000-12-12 09:58:41 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -87,7 +87,7 @@ esp_print(register const u_char *bp, register const u_char *bp2, int *nhdr)
                fputs("[|ESP]", stdout);
                goto fail;
        }
-       printf("ESP(spi=%u", spi);
+       printf("ESP(spi=0x%08x", spi);
        printf(",seq=0x%x", (u_int32_t)ntohl(*(u_int32_t *)(esp + 1)));
        printf(")");