MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Remote_source_ID

Overview

Macros

#define PCAP_SRC_FILE   2
 Internal representation of the type of source in use (file, remote/local interface). More...
 
#define PCAP_SRC_IFLOCAL   3
 Internal representation of the type of source in use (file, remote/local interface). More...
 
#define PCAP_SRC_IFREMOTE   4
 Internal representation of the type of source in use (file, remote/local interface). More...
 

Macro Definition Documentation

#define PCAP_SRC_FILE   2

This indicates a file, i.e. the user want to open a capture from a local file.

#define PCAP_SRC_IFLOCAL   3

This indicates a local interface, i.e. the user want to open a capture from a local interface. This does not involve the RPCAP protocol.

#define PCAP_SRC_IFREMOTE   4

This indicates a remote interface, i.e. the user want to open a capture from an interface on a remote host. This does involve the RPCAP protocol.