The first item in the network load EIP appears to be the network

utilization, in units of .1%.

svn path=/trunk/; revision=17901
This commit is contained in:
Guy Harris 2006-04-19 03:42:06 +00:00
parent 6cb8d805f0
commit 87077ede81
1 changed files with 3 additions and 3 deletions

View File

@ -106,13 +106,13 @@ typedef struct packet_entry_header
*/
typedef struct tlv_network_load
{
guint32 utilization; /* network utilization, in .1% units */
guint32 unknown1;
guint32 unknown2;
guint32 unknown3;
guint32 packets_per_second;
guint32 unknown4;
guint32 unknown3;
guint32 bytes_per_second;
guint32 unknown5;
guint32 unknown4;
} tlv_network_load;
typedef struct tlv_capture_start_stop