User Guide

Lua Support in Wireshark
166
11.7.1.1.2. Returns
The newly created TextWindow object.
11.7.1.2. progdlg:update(progress, [task])
Appends text
11.7.1.2.1. Arguments
progress Part done ( e.g. 0.75 ).
task (optional) Current task, defaults to "".
11.7.1.2.2. Errors
Cannot be called for something not a ProgDlg
Progress value out of range (must be between 0.0 and 1.0)
11.7.1.3. progdlg:stopped()
Checks wheher the user has pressed the stop button.
11.7.1.3.1. Returns
true if the user has asked to stop the progress.
11.7.1.3.2. Errors
Cannot be called for something not a ProgDlg
11.7.1.4. progdlg:close()
Appends text
11.7.1.4.1. Errors
Cannot be called for something not a ProgDlg
11.7.2. TextWindow
Manages a text window.
11.7.2.1. TextWindow.new([title])
Creates a new TextWindow.
11.7.2.1.1. Arguments
title (optional) Title of the new window.
11.7.2.1.2. Returns
The newly created TextWindow object.