Merge into master from pull request #135:
wireshark: add installation instructions and a link to the latest version (https://github.com/floodlight/loxigen/pull/135)
diff --git a/wireshark_gen/templates/openflow.lua b/wireshark_gen/templates/openflow.lua
index 7113281..d9eb76a 100644
--- a/wireshark_gen/templates/openflow.lua
+++ b/wireshark_gen/templates/openflow.lua
@@ -29,6 +29,14 @@
 :: ir = loxi_globals.ir
 :: include('_copyright.lua')
 
+-- Copy this file to your wireshark plugin directory:
+--   Linux / OS X: ~/.wireshark/plugins/
+--   Windows: C:\Documents and Settings\<username>\Application Data\Wireshark\plugins\
+-- You may need to create the directory.
+
+-- The latest version of this dissector is always available at:
+-- http://www.projectfloodlight.org/openflow.lua
+
 :: include('_ofreader.lua')
 
 :: include('_oftype_readers.lua')