A Column in the packet list.
11.5.2.1. column:__tostring()
Returns
The column’s string text (in parenthesis if not available).
11.5.2.3. column:set(text)
Sets the text of a Column.
Arguments
- text
-
The text to which to set the Column.
11.5.2.4. column:append(text)
Appends text to a Column.
Arguments
- text
-
The text to append to the Column.
11.5.2.5. column:prepend(text)
Prepends text to a Column.
Arguments
- text
-
The text to prepend to the Column.
Sets Column text fence, to prevent overwriting.
Since: 1.10.6
11.5.2.7. column:clear_fence()
Clear Column text fence.
Since: 1.11.3
NSTime represents a nstime_t. This is an object with seconds and nanoseconds.
11.5.4.1. NSTime.new([seconds], [nseconds])
Creates a new NSTime object.
Arguments
- seconds (optional)
-
Seconds.
- nseconds (optional)
-
Nano seconds.
Returns
The new NSTime object.
11.5.4.2. nstime:__call([seconds], [nseconds])
Creates a NSTime object.
Arguments
- seconds (optional)
-
Seconds.
- nseconds (optional)
-
Nanoseconds.
Returns
The new NSTime object.
11.5.4.3. nstime:tonumber()
Returns a Lua number of the NSTime
representing seconds from epoch
Since: 2.4.0
Returns
The Lua number.
11.5.4.4. nstime:__tostring()
Returns
The string representing the nstime.
Calculates the sum of two NSTimes.
Calculates the diff of two NSTimes.
Calculates the negative NSTime.
Mode: Retrieve or assign.
The NSTime seconds.
Mode: Retrieve or assign.
The NSTime nano seconds.
Packet information.
Mode: Retrieve only.
Whether this packet has been already visited.
Mode: Retrieve only.
The number of this packet in the current file.
Mode: Retrieve only.
The length of the frame.
Mode: Retrieve only.
The captured length of the frame.
Mode: Retrieve only.
When the packet was captured.
Mode: Retrieve only.
Number of seconds passed since beginning of capture.
Mode: Retrieve only.
Number of seconds passed since the last captured packet.
11.5.5.8. pinfo.delta_dis_ts
Mode: Retrieve only.
Number of seconds passed since the last displayed packet.
11.5.5.9. pinfo.curr_proto
Mode: Retrieve only.
Which Protocol are we dissecting.
11.5.5.10. pinfo.can_desegment
Mode: Retrieve or assign.
Set if this segment could be desegmented.
11.5.5.11. pinfo.desegment_len
Mode: Retrieve or assign.
Estimated number of additional bytes required for completing the PDU.
11.5.5.12. pinfo.desegment_offset
Mode: Retrieve or assign.
Offset in the tvbuff at which the dissector will continue processing when next called.
11.5.5.13. pinfo.fragmented
Mode: Retrieve only.
If the protocol is only a fragment.
11.5.5.14. pinfo.in_error_pkt
Mode: Retrieve only.
If we’re inside an error packet.
11.5.5.15. pinfo.match_uint
Mode: Retrieve only.
Matched uint for calling subdissector from table.
11.5.5.16. pinfo.match_string
Mode: Retrieve only.
Matched string for calling subdissector from table.
11.5.5.17. pinfo.port_type
Mode: Retrieve or assign.
Type of Port of .src_port and .dst_port.
11.5.5.18. pinfo.src_port
Mode: Retrieve or assign.
Source Port of this Packet.
11.5.5.19. pinfo.dst_port
Mode: Retrieve or assign.
Destination Port of this Packet.
Mode: Retrieve or assign.
Data Link Source Address of this Packet.
Mode: Retrieve or assign.
Data Link Destination Address of this Packet.
Mode: Retrieve or assign.
Network Layer Source Address of this Packet.
Mode: Retrieve or assign.
Network Layer Destination Address of this Packet.
Mode: Retrieve or assign.
Source Address of this Packet.
Mode: Retrieve or assign.
Destination Address of this Packet.
Mode: Retrieve only.
Port/Data we are matching.
Mode: Retrieve only.
Access to the packet list columns.
Mode: Retrieve only.
Access to the packet list columns (equivalent to pinfo.columns).
Mode: Retrieve only.
Access to the private table entries.
Mode: Retrieve or assign.
Higher Address of this Packet.
Mode: Retrieve only.
Lower Address of this Packet.
11.5.5.32. pinfo.conversation
Mode: Assign only.
Sets the packet conversation to the given Proto object.