From f52456f36cb0aba1daf709ef0462adc65039fa41 Mon Sep 17 00:00:00 2001 From: sahlberg Date: Mon, 3 Mar 2003 23:20:59 +0000 Subject: Update for tethereal -z io,users, top talkers : "tcpip" added. -z io,users,tcpip will create a top talkers list of individual tcpip connections git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7264 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-tcp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packet-tcp.h') diff --git a/packet-tcp.h b/packet-tcp.h index d0c932c080..3ce804984d 100644 --- a/packet-tcp.h +++ b/packet-tcp.h @@ -1,6 +1,6 @@ /* packet-tcp.h * - * $Id: packet-tcp.h,v 1.13 2002/12/17 11:49:32 sahlberg Exp $ + * $Id: packet-tcp.h,v 1.14 2003/03/03 23:20:57 sahlberg Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -45,6 +45,9 @@ struct tcpheader { guint16 th_dport; guint8 th_hlen; guint8 th_flags; + /* this can either be ipv4 or ipv6, make sure you know which + one you get. */ + void *ip_header; }; /* -- cgit v1.2.3