diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2003-03-03 23:20:59 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2003-03-03 23:20:59 +0000 |
commit | 192d29fa4d87f93aa82943b7cfb9da689b20852b (patch) | |
tree | 1e631edb8e318b6c9fc493d23496af7a267b46d9 /packet-tcp.h | |
parent | 60c415087a92f208a25d8423e31ea395d8903d4b (diff) | |
download | wireshark-192d29fa4d87f93aa82943b7cfb9da689b20852b.tar.gz wireshark-192d29fa4d87f93aa82943b7cfb9da689b20852b.tar.bz2 wireshark-192d29fa4d87f93aa82943b7cfb9da689b20852b.zip |
Update for tethereal -z io,users, top talkers :
"tcpip" added.
-z io,users,tcpip will create a top talkers list of individual tcpip connections
svn path=/trunk/; revision=7264
Diffstat (limited to 'packet-tcp.h')
-rw-r--r-- | packet-tcp.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 <gerald@ethereal.com> @@ -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; }; /* |