Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet_info.h File Reference
#include "frame_data.h"
#include "address.h"

Go to the source code of this file.

Classes

struct  _packet_info
 Represents the metadata and indexing information for a single captured frame. More...

Macros

#define P2P_DIR_UNKNOWN   -1
#define P2P_DIR_SENT   0
#define P2P_DIR_RECV   1
#define LINK_DIR_UNKNOWN   -1
#define P2P_DIR_UL   0
#define P2P_DIR_DL   1
#define PINFO_HAS_TS   0x00000001
#define DESEGMENT_ONE_MORE_SEGMENT   0x0fffffff
#define DESEGMENT_UNTIL_FIN   0x0ffffffe

Typedefs

typedef struct _packet_info packet_info
 Represents the metadata and indexing information for a single captured frame.

Detailed Description

Dissected packet data and metadata.