summaryrefslogtreecommitdiff
path: root/print-isakmp.c
diff options
context:
space:
mode:
authorfenner <fenner>2001-02-20 18:55:14 +0000
committerfenner <fenner>2001-02-20 18:55:14 +0000
commitaf07016e37c8914b1fb31284884ba0427e2d7fe8 (patch)
treec6ed7ce5e3beac7f47ff1278c9c378a9b8326963 /print-isakmp.c
parenta7e2c51dfdab74e408214c03f86313a1e862b96b (diff)
downloadtcpdump-af07016e37c8914b1fb31284884ba0427e2d7fe8.tar.gz
Use [encrypted %s] instead of the truncation notation [|%s] to note
that we have a packet of type %s that we can't print.
Diffstat (limited to 'print-isakmp.c')
-rw-r--r--print-isakmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-isakmp.c b/print-isakmp.c
index 9380cbd4..a9c896ef 100644
--- a/print-isakmp.c
+++ b/print-isakmp.c
@@ -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;
}