diff options
Diffstat (limited to 'wireshark/README.org')
-rw-r--r-- | wireshark/README.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wireshark/README.org b/wireshark/README.org new file mode 100644 index 0000000..5cff8f2 --- /dev/null +++ b/wireshark/README.org @@ -0,0 +1,4 @@ +The Lua code in this directory implements a HBBP protocol dissector +for wireshark. Add the Lua code to /usr/share/wireshark/init.lua. If +you intend to run wireshark as root make sure to comment out the +appropriate lines in this file to allow Lua to run. |