Skip to content

Commit

Permalink
Merge pull request #19 from nextmn/update-repo
Browse files Browse the repository at this point in the history
Update repository URL
  • Loading branch information
louisroyer authored May 16, 2024
2 parents c6ae7d9 + f0abcd3 commit 6f3508d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion protocol/rls-3-1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Dissector for Radio Link Simulation Protocol version 3.1.x
-- (UERANSIM project <https://github.com/aligungr/UERANSIM>).
--
-- CC0-1.0 2021 - Louis Royer (<https://github.com/louisroyer/RLS-wireshark-dissector>)
-- CC0-1.0 - Louis Royer (<https://github.com/nextmn/RLS-wireshark-dissector>)
--
--]]
local rlsProtocol31 = Proto("RLS-3.1", "UERANSIM 3.1.x Radio Link Simulation (RLS) Protocol")
Expand Down
2 changes: 1 addition & 1 deletion protocol/rls-3-2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Dissector for Radio Link Simulation Protocol version 3.2.x
-- (UERANSIM project <https://github.com/aligungr/UERANSIM>).
--
-- CC0-1.0 2021 - Louis Royer (<https://github.com/louisroyer/RLS-wireshark-dissector>)
-- CC0-1.0 - Louis Royer (<https://github.com/nextmn/RLS-wireshark-dissector>)
--
--]]
local rlsProtocol32 = Proto("RLS-3.2", "UERANSIM 3.2.x Radio Link Simulation (RLS) Protocol")
Expand Down
4 changes: 2 additions & 2 deletions rls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Dissector for Radio Link Simulation Protocol
-- (UERANSIM project <https://github.com/aligungr/UERANSIM>).
--
-- CC0-1.0 2021 - Louis Royer (<https://github.com/louisroyer/RLS-wireshark-dissector>)
-- CC0-1.0 - Louis Royer (<https://github.com/nextmn/RLS-wireshark-dissector>)
--
--]]

Expand All @@ -16,7 +16,7 @@ local rlsProtocol = Proto("RLS", "UERANSIM Radio Link Simulation (RLS) Protocol"
set_plugin_info({
version = pluginVersion,
author = "Louis Royer",
repository = "https://github.com/louisroyer/RLS-wireshark-dissector",
repository = "https://github.com/nextmn/RLS-wireshark-dissector",
description = "Dissector for Radio Link Simulation Protocol"
})

Expand Down

0 comments on commit 6f3508d

Please sign in to comment.