From 0b7fa62649765cd5a636aff1c6690720486a3f33 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 24 Oct 2022 10:32:27 +0200 Subject: [PATCH] rcapi.lua: Add copyright header --- wireshark/rcapi.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wireshark/rcapi.lua b/wireshark/rcapi.lua index 00bf77b..2dcee32 100644 --- a/wireshark/rcapi.lua +++ b/wireshark/rcapi.lua @@ -1,3 +1,11 @@ +-- wireshark LUA dissector for the rcapi (Remote ISDN CAPI) protocol +-- (C) 2022 by Harald Welte +-- 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")