User Guide
Lua Support in Wireshark
174
11.7.2.4.3. Errors
• GUI not available
• Cannot be called for something not a TextWindow
• Expired TextWindow
11.7.2.5. textwindow:prepend(text)
Prepends text
11.7.2.5.1. Arguments
text The text to be appended
11.7.2.5.2. Returns
The TextWindow object.
11.7.2.5.3. Errors
• GUI not available
• Cannot be called for something not a TextWindow
• Expired TextWindow
11.7.2.6. textwindow:clear()
Erases all text in the window.
11.7.2.6.1. Returns
The TextWindow object.
11.7.2.6.2. Errors
• GUI not available
• Cannot be called for something not a TextWindow
• Expired TextWindow
11.7.2.7. textwindow:get_text()
Get the text of the window
11.7.2.7.1. Returns
The TextWindow's text.
11.7.2.7.2. Errors
• GUI not available