]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Use [encrypted %s] instead of the truncation notation [|%s] to note
authorfenner <fenner>
Tue, 20 Feb 2001 18:55:14 +0000 (18:55 +0000)
committerfenner <fenner>
Tue, 20 Feb 2001 18:55:14 +0000 (18:55 +0000)
 that we have a packet of type %s that we can't print.

print-isakmp.c

index 9380cbd4f665865c7855e48a0875514543cc8f5a..a9c896efa08184837abc56afa38892fea896569a 100644 (file)
@@ -30,7 +30,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.27 2001-01-28 08:06:07 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.28 2001-02-20 18:55:14 fenner Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -1184,7 +1184,7 @@ isakmp_print(const u_char *bp, u_int length, const u_char *bp2)
                 * encrypted, nothing we can do right now.
                 * we hope to decrypt the packet in the future...
                 */
-               printf(" [|%s]", NPSTR(base.np));
+               printf(" [encrypted %s]", NPSTR(base.np));
                goto done;
        }