rcapi.lua: Add copyright header

This commit is contained in:
Harald Welte 2022-10-24 10:32:27 +02:00
parent f66f052f3a
commit 0b7fa62649
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-- wireshark LUA dissector for the rcapi (Remote ISDN CAPI) protocol
-- (C) 2022 by Harald Welte <laforge@gnumonks.org>
-- SPDX-License-Identifier: GPL-2.0+
--
-- Usage: Move (or symlink) this file to your "personal lua plugins"
-- folder that can be found in the Wireshark Help->About
-- Wireshark->Folders tab Windows: %APPDATA%\Wireshark\plugins.
-- Unix-like systems: ~/.local/lib/wireshark/plugins.
rcapi_protocol = Proto("rcapi", "Remote CAPI protocol")