A Column in the packet list
11.9.2.1. column:__tostring()
The column's string text (in parenthesis if not available)
11.9.2.3. column:set(text)
Sets the text of a Column
-
text
-
The text to which to set the Column
11.9.2.4. column:append(text)
Appends text to a Column
-
text
-
The text to append to the Column
11.9.2.5. column:prepend(text)
Prepends text to a Column
-
text
-
The text to prepend to the Column
Sets Column text fence, to prevent overwriting
NSTime represents a nstime_t. This is an object with seconds and nano seconds.
11.9.4.1. NSTime.new([seconds], [nseconds])
Creates a new NSTime object
-
seconds (optional)
-
Seconds
-
nseconds (optional)
-
Nano seconds
11.9.4.2. nstime:__tostring()
The string representing the nstime.
Calculates the sum of two NSTimes
Calculates the diff of two NSTimes
Calculates the negative NSTime
Packet information
The number of this packet in the current file
The captured length of the frame
When the packet was captured
Number of seconds passed since beginning of capture
Number of seconds passed since the last captured packet
11.9.5.7. pinfo.delta_dis_ts
Number of seconds passed since the last displayed packet
Whether this packet hass been already visited
Source Address of this Packet
Destination Address of this Packet
lower Address of this Packet
higher Address of this Packet
Data Link Source Address of this Packet
Data Link Destination Address of this Packet
Network Layer Source Address of this Packet
Network Layer Destination Address of this Packet
Type of Port of .src_port and .dst_port
11.9.5.18. pinfo.src_port
Source Port of this Packet
11.9.5.19. pinfo.dst_port
Source Address of this Packet
11.9.5.21. pinfo.circuit_id
For circuit based protocols
Port/Data we are matching
11.9.5.23. pinfo.curr_proto
Which Protocol are we dissecting
Accesss to the packet list columns
Accesss to the packet list columns (equivalent to pinfo.columns)
11.9.5.26. pinfo.desegment_len
Estimated number of additional bytes required for completing the PDU
11.9.5.27. pinfo.desegment_offset
Offset in the tvbuff at which the dissector will continue processing when next called
11.9.5.28. pinfo.private_data
Access to private data
Access to the private table entries
11.9.5.30. pinfo.ethertype
Ethernet Type Code, if this is an Ethernet packet
11.9.5.31. pinfo.fragmented
If the protocol is only a fragment
11.9.5.32. pinfo.in_error_pkt
If we're inside an error packet
11.9.5.33. pinfo.match_uint
Matched uint for calling subdissector from table
11.9.5.34. pinfo.match_string
Matched string for calling subdissector from table