1
0
Fork
You've already forked Wireshark_Lua_API
0
No description
  • Lua 100%
Damien Gaignon e2262c7627 Fix for instances
With @type there is no way to have all instance method in VSCode.
2022年01月01日 15:31:48 +01:00
.github Create FUNDING.yml 2021年12月31日 18:09:56 +01:00
Library Fix for instances 2022年01月01日 15:31:48 +01:00
config.lua First commit 2021年12月31日 17:32:51 +01:00
README.md First commit 2021年12月31日 17:32:51 +01:00

Wireshark Lua API functions and classes definitions

When using VSCodium (or VSCode) with Sumneko Lua plugin, definitions of 3rd part API have to be integrated.

Here you will find definitions of functions and classes for Wireshark Lua API.

Installation

This code is not integrated in Sumneko repository yet but it is ready to be copied in ~\.vscode-oss\extensions\sumneko.lua-2.5.3\server\meta3円rd folder for VSCodium.
It should be ~\.vscode\extensions\sumneko.lua-2.5.3\server\meta3円rd folder for VSCode.
On Windows, look in %USERPROFILE%.

Otherwise, put these files in your workspace or put the path in Lua.workspace.library variable in Sumneko extension settings.

References

Wireshark API manual

Issue on Sumneko repository

roddypratt repository