Skip to content

Commit

Permalink
dump a notify message before encoded.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakane committed Sep 10, 2004
1 parent 10b87e5 commit 6dc648c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kame/kame/racoon/isakmp_inf.c
@@ -1,4 +1,4 @@
/* $KAME: isakmp_inf.c,v 1.84 2004/01/16 02:24:56 itojun Exp $ */
/* $KAME: isakmp_inf.c,v 1.85 2004/09/10 04:39:36 sakane Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -678,6 +678,9 @@ isakmp_info_send_common(iph1, payload, np, flags)
isakmp_printpacket(iph2->sendbuf, iph1->local, iph1->remote, 1);
#endif

plog(LLV_DEBUG, LOCATION, NULL, "outgoing packet dump\n");
plogdump(LLV_DEBUG, iph2->sendbuf->v, iph2->sendbuf->l);

/* encoding */
if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
vchar_t *tmp;
Expand Down

0 comments on commit 6dc648c

Please sign in to comment.