|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Per-packet record header in a Network Instruments Observer capture file. More...
#include <observer.h>
Public Attributes | |
| uint32_t | packet_magic |
| uint32_t | network_speed |
| uint16_t | captured_size |
| uint16_t | network_size |
| uint16_t | offset_to_frame |
| uint16_t | offset_to_next_packet |
| uint8_t | network_type |
| uint8_t | flags |
| uint8_t | number_of_information_elements |
| uint8_t | packet_type |
| uint16_t | errors |
| uint16_t | reserved |
| uint64_t | packet_number |
| uint64_t | original_packet_number |
| uint64_t | nano_seconds_since_2000 |
Per-packet record header in a Network Instruments Observer capture file.
| uint16_t packet_entry_header::captured_size |
Number of bytes of the packet actually saved in the file.
| uint16_t packet_entry_header::errors |
Bitmask of error flags reported for this packet by the capture hardware.
| uint8_t packet_entry_header::flags |
Bitmask of packet flags describing capture conditions for this packet.
| uint64_t packet_entry_header::nano_seconds_since_2000 |
Packet arrival timestamp in nanoseconds since January 1, 2000 00:00:00 UTC.
| uint16_t packet_entry_header::network_size |
Original on-wire size of the packet in bytes.
| uint32_t packet_entry_header::network_speed |
Speed of the network in bits per second at the time of capture.
| uint8_t packet_entry_header::network_type |
Network type identifier indicating the link-layer medium (e.g. Ethernet, WLAN).
| uint8_t packet_entry_header::number_of_information_elements |
Number of TLV information elements appended to this header.
| uint16_t packet_entry_header::offset_to_frame |
Byte offset from the start of this header to the first byte of frame data.
| uint16_t packet_entry_header::offset_to_next_packet |
Byte offset from the start of this header to the start of the next packet record.
| uint64_t packet_entry_header::original_packet_number |
Original packet number from the source capture, used when merging or filtering.
| uint32_t packet_entry_header::packet_magic |
Magic number identifying the start of a valid packet record.
| uint64_t packet_entry_header::packet_number |
Sequential packet number assigned by the capture software.
| uint8_t packet_entry_header::packet_type |
Packet type classification (e.g. unicast, broadcast, multicast).
| uint16_t packet_entry_header::reserved |
Reserved; must be zero.