User Guide

Lua Support in Wireshark
170
All fields must be strings
11.7.3.4. retap_packets()
Rescan all packets and just run taps - don't reconstruct the display.
11.7.3.5. copy_to_clipboard(text)
Copy a string into the clipboard
11.7.3.5.1. Arguments
text The string to be copied into the clipboard.
11.7.3.6. open_capture_file(filename, filter)
Open and display a capture file
11.7.3.6.1. Arguments
filename The name of the file to be opened.
filter A filter to be applied as the file gets opened.
11.7.3.7. set_filter(text)
Set the main filter text
11.7.3.7.1. Arguments
text The filter's text.
11.7.3.8. apply_filter()
Apply the filter in the main filter box
11.7.3.9. reload()
Reload the current capture file
11.7.3.10. browser_open_url(url)
Open an url in a browser
11.7.3.10.1. Arguments
url The url.
11.7.3.11. browser_open_data_file(filename)
Open an file in a browser
11.7.3.11.1. Arguments
filename The url.