diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-08-30 17:25:18 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-08-30 17:25:18 +0200 |
commit | 882d9bc46d6da8a4134a66010f21b85d733353d4 (patch) | |
tree | 43686d3c99672130e9926de45ea0ec59e5df9fe8 /wireshark/main.lua | |
parent | 6dc1b4db2286f3e6fc2b5edc327b292d4f7f0245 (diff) |
dissect some of the reassembled pictochat content
Diffstat (limited to 'wireshark/main.lua')
-rw-r--r-- | wireshark/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wireshark/main.lua b/wireshark/main.lua index 91323da..ce48940 100644 --- a/wireshark/main.lua +++ b/wireshark/main.lua @@ -1,5 +1,7 @@ require "pictochat" +require "pcmeta" + require "ieee" require "txhdr" |