diff options
author | martin <martin@540m> | 2013-06-26 10:30:09 (GMT) |
---|---|---|
committer | martin <martin@540m> | 2013-06-26 10:30:09 (GMT) |
commit | e32c8605be4c7eda35c4e5ce6ff5c47ac37b9098 (patch) | |
tree | 21c4dbfd891f3158ca3346adfdb9d9fe41f90cb5 /wireshark/README.org | |
parent | cf16b2181dbd1e769b1cdd2d6c27e5300a419012 (diff) |
wireshark dissector
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. |