User Guide

Lua Support in Wireshark
172
11.9.1.1.1. Arguments
hostname The address or name of the IP host.
11.9.1.1.2. Returns
The Address object
11.9.1.2. address:__tostring()
11.9.1.2.1. Returns
The string representing the address.
11.9.1.3. address:__eq()
Compares two Addresses
11.9.1.4. address:__le()
Compares two Addresses
11.9.1.5. address:__lt()
Compares two Addresses
11.9.2. Column
A Column in the packet list
11.9.2.1. column:__tostring()
11.9.2.1.1. Returns
A string representing the column
11.9.2.2. column:clear()
Clears a Column
11.9.2.3. column:set(text)
Sets the text of a Column
11.9.2.3.1. Arguments
text The text to which to set the Column
11.9.2.4. column:append(text)
Appends text to a Column