#include <pcap-remote.h>
Data Fields | |
uint32 | timestamp_sec |
'struct timeval' compatible, it represents the 'tv_sec' field | |
uint32 | timestamp_usec |
'struct timeval' compatible, it represents the 'tv_usec' field | |
uint32 | caplen |
Length of portion present in the capture. | |
uint32 | len |
Real length this packet (off wire). | |
uint32 | npkt |
Ordinal number of the packet (i.e. the first one captured has '1', the second one '2', etc). |
This message requries the general header as well, since we want to be albe to exchange more information across the network in the future (for example statistics, and kind like that).
Definition at line 216 of file pcap-remote.h.
|
Length of portion present in the capture.
Definition at line 220 of file pcap-remote.h. Referenced by daemon_thrdatamain(), rpcap_thrdatamain_dgram(), and rpcap_thrdatamain_stream(). |
|
Real length this packet (off wire).
Definition at line 221 of file pcap-remote.h. Referenced by daemon_thrdatamain(), rpcap_thrdatamain_dgram(), and rpcap_thrdatamain_stream(). |
|
Ordinal number of the packet (i.e. the first one captured has '1', the second one '2', etc).
Definition at line 222 of file pcap-remote.h. Referenced by daemon_thrdatamain(), and rpcap_thrdatamain_dgram(). |
|
'struct timeval' compatible, it represents the 'tv_sec' field
Definition at line 218 of file pcap-remote.h. Referenced by daemon_thrdatamain(), rpcap_thrdatamain_dgram(), and rpcap_thrdatamain_stream(). |
|
'struct timeval' compatible, it represents the 'tv_usec' field
Definition at line 219 of file pcap-remote.h. Referenced by daemon_thrdatamain(), rpcap_thrdatamain_dgram(), and rpcap_thrdatamain_stream(). |
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.