diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-06-02 06:44:40 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-06-02 06:44:40 +0000 |
commit | 191e09cea462d0dd8f7db08ae922b12a0221fd3f (patch) | |
tree | b24478465b3be2d886297b7308fb3a2cd96ae681 /gtk/hostlist_table.h | |
parent | b6b58cd060d39c2c1a396ff0654eadbb282b9e99 (diff) | |
download | wireshark-191e09cea462d0dd8f7db08ae922b12a0221fd3f.tar.gz wireshark-191e09cea462d0dd8f7db08ae922b12a0221fd3f.tar.bz2 wireshark-191e09cea462d0dd8f7db08ae922b12a0221fd3f.zip |
fix a doxygen comment
svn path=/trunk/; revision=11070
Diffstat (limited to 'gtk/hostlist_table.h')
-rw-r--r-- | gtk/hostlist_table.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/hostlist_table.h b/gtk/hostlist_table.h index 37d2471775..a63aacab63 100644 --- a/gtk/hostlist_table.h +++ b/gtk/hostlist_table.h @@ -2,7 +2,7 @@ * modified from endpoint_talkers_table 2003 Ronnie Sahlberg * Helper routines common to all host talkers taps. * - * $Id: hostlist_table.h,v 1.5 2004/06/01 23:00:24 guy Exp $ + * $Id: hostlist_table.h,v 1.6 2004/06/02 06:44:40 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -37,10 +37,10 @@ typedef enum { /** Hostlist information */ typedef struct _hostlist_talker_t { - address address; /**< source address */ + address address; /**< address */ SAT_E sat; /**< address type */ guint32 port_type; /**< port_type (e.g. PT_TCP) */ - guint32 port; /**< source port */ + guint32 port; /**< port */ guint32 rx_frames; /**< number of received packets */ guint32 tx_frames; /**< number of transmitted packets */ |