WinPcap 4.1.3
Data Fields
rpcap_header Struct Reference

Common header for all the RPCAP messages. More...

#include <pcap-remote.h>

Data Fields

uint8 ver
 RPCAP version number. More...
 
uint8 type
 RPCAP message type (error, findalldevs, ...) More...
 
uint16 value
 Message-dependent value (not always used) More...
 
uint32 plen
 Length of the payload of this RPCAP message. More...
 

Detailed Description

Common header for all the RPCAP messages.

Definition at line 150 of file pcap-remote.h.

Field Documentation

◆ plen

uint32 plen

Length of the payload of this RPCAP message.

Definition at line 155 of file pcap-remote.h.

◆ type

uint8 type

RPCAP message type (error, findalldevs, ...)

Definition at line 153 of file pcap-remote.h.

◆ value

uint16 value

Message-dependent value (not always used)

Definition at line 154 of file pcap-remote.h.

◆ ver

uint8 ver

RPCAP version number.

Definition at line 152 of file pcap-remote.h.


The documentation for this struct was generated from the following file:

documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2010 CACE Technologies. Copyright (c) 2010-2013 Riverbed Technology. All rights reserved.