diff options
Diffstat (limited to 'packet-isakmp.c')
-rw-r--r-- | packet-isakmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-isakmp.c b/packet-isakmp.c index c6267a0904..65867c86da 100644 --- a/packet-isakmp.c +++ b/packet-isakmp.c @@ -2,7 +2,7 @@ * Routines for the Internet Security Association and Key Management Protocol (ISAKMP) * Brad Robel-Forrest <brad.robel-forrest@watchguard.com> * - * $Id: packet-isakmp.c,v 1.7 1999/07/29 05:46:57 gram Exp $ + * $Id: packet-isakmp.c,v 1.8 1999/08/26 07:34:41 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@unicom.net> @@ -289,7 +289,7 @@ void dissect_isakmp(const u_char *pd, int offset, frame_data *fd, proto_tree *tr if (check_col(fd, COL_INFO)) col_add_fstr(fd, COL_INFO, "%s", exchtype2str(hdr->exch_type)); - if (fd->cap_len > offset && tree) { + if (pi.captured_len > offset && tree) { proto_item * ti; proto_tree * isakmp_tree; |