User Guide

10.4.3.3.6.1. Arguments
filename The name of the file to be opened.
filter A filter to be applied as the file gets opened.
10.4.3.3.7. set_filter(text)
set the main filter text
10.4.3.3.7.1. Arguments
text The filter's text.
10.4.3.3.8. apply_filter()
apply the filter in the main filter box
10.4.3.3.9. reload()
reload the current capture file
10.4.3.3.10. browser_open_url(url)
open an url in a browser
10.4.3.3.10.1. Arguments
url The url.
10.4.3.3.11. browser_open_data_file(filename)
open an file in a browser
10.4.3.3.11.1. Arguments
filename The url.
10.4.4. Post-dissection packet analysis
10.4.4.1. Listener
A Listener, is called once for every packet that matches a certain filter or has a certain tap. It can
read the tree, the packet's Tvb eventually the tapped data but it cannot add elements to the tree.
10.4.4.1.1. Listener.new([tap], [filter])
Creates a new Listener listener
10.4.4.1.1.1. Arguments
tap (optional) the name of this tap
Lua Support in Wireshark
205