From 2e08b800b4e568a1f401441ee80153d566d532dc Mon Sep 17 00:00:00 2001 From: Laurent Deniel Date: Mon, 11 Oct 1999 17:05:49 +0000 Subject: - add handling of FT_IPv6 variables there is still some work to do in resolv.c (get_host_ipaddr6) - add display filters of this kind in packet-ipv6.c just for testing (display filtering is incomplete) svn path=/trunk/; revision=808 --- proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 4fdad5f9c9..f60466a9e4 100644 --- a/proto.h +++ b/proto.h @@ -1,7 +1,7 @@ /* proto.h * Definitions for protocol display * - * $Id: proto.h,v 1.14 1999/10/11 14:58:04 gram Exp $ + * $Id: proto.h,v 1.15 1999/10/11 17:02:08 deniel Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -110,6 +110,7 @@ typedef struct field_info { gchar *string; guint8 *bytes; guint8 ether[6]; + guint8 ipv6[16]; } value; } field_info; -- cgit v1.2.3