Represents an address.
Creates an Address Object representing an IPv4 address.
The Address object.
Creates an Address Object representing an IPv6 address.
The Address object
A Column in the packet list.
The Column
s of the packet list.
Sets the text of a specific column. Some columns cannot be modified, and no error is raised if attempted. The columns that are known to allow modification are "info" and "protocol".
Name | Description |
---|---|
number | Frame number |
abs_time | Absolute timestamp |
utc_time | UTC timestamp |
cls_time | CLS timestamp |
rel_time | Relative timestamp |
date | Absolute date and time |
date_doy | Absolute year, day of year, and time |
utc_date | UTC date and time |
utc_date_doy | UTC year, day of year, and time |
delta_time | Delta time from previous packet |
delta_time_displayed | Delta time from previous displayed packet |
src | Source address |
src_res | Resolved source address |
src_unres | Numeric source address |
dl_src | Source data link address |
dl_src_res | Resolved source data link address |
dl_src_unres | Numeric source data link address |
net_src | Source network address |
net_src_res | Resolved source network address |
net_src_unres | Numeric source network address |
dst | Destination address |
dst_res | Resolve destination address |
dst_unres | Numeric destination address |
dl_dst | Destination data link address |
dl_dst_res | Resolved destination data link address |
dl_dst_unres | Numeric destination data link address |
net_dst | Destination network address |
net_dst_res | Resolved destination network address |
net_dst_unres | Numeric destination network address |
src_port | Source port |
src_port_res | Resolved source port |
src_port_unres | Numeric source port |
dst_port | Destination port |
dst_port_res | Resolved destination port |
dst_port_unres | Numeric destination port |
protocol | Protocol name |
info | General packet information |
packet_len | Packet length |
cumulative_bytes | Cumulative bytes in the capture |
direction | Packet direction |
vsan | Virtual SAN |
tx_rate | Transmit rate |
rssi | RSSI value |
dce_call | DCE call |
pinfo.cols['info'] = 'foo bar'
— syntactic sugar (equivalent to above) pinfo.cols.info = 'foo bar'
Get a specific Column
.
NSTime represents a nstime_t. This is an object with seconds and nanoseconds.
Creates a new NSTime object.
The new NSTime object.
Creates a NSTime object.
The new NSTime object.
Packet information.
Mode: Retrieve only.
Number of seconds passed since the last captured packet.
Mode: Retrieve only.
Number of seconds passed since the last displayed packet.
Mode: Retrieve or assign.
Estimated number of additional bytes required for completing the PDU.
Mode: Retrieve or assign.
Offset in the tvbuff at which the dissector will continue processing when next called.
Mode: Retrieve only.
Matched string for calling subdissector from table.
Mode: Retrieve or assign.
Network Layer Destination Address of this Packet.
Mode: Retrieve only.
Access to the packet list columns (equivalent to pinfo.columns).