Skip to content
Snippets Groups Projects
  1. Oct 01, 2014
  2. Sep 30, 2014
  3. Sep 27, 2014
  4. Sep 26, 2014
  5. Sep 25, 2014
  6. Sep 24, 2014
  7. Sep 23, 2014
    • lantz's avatar
      Merge pull request #384 from mininet/devel/loxigen · 2ac4cd43
      lantz authored
      Switch to loxigen-built openflow.lua wireshark plugin
      2ac4cd43
    • Bob Lantz's avatar
    • Bob Lantz's avatar
      Don't install lua plugin for wireshark 1.12+ · 47be38e6
      Bob Lantz authored
      Apparently there is a conflict where the lua plugin
      conflicts with the built-in dissector for openflow
      that is included with 1.12 and up. For now, we will
      just not install the plugin. This should fix the
      14.10 VM build.
      
      Additionally, I have added a handy function,
      version_ge, which compares version numbers in
      canonical x.y.z format. Thanks to stackoverflow for
      pointing out the incredibly useful sort -V option!
      47be38e6
    • Bob Lantz's avatar
      Switch to loxigen-built openflow.lua wireshark plugin · 9ca775cb
      Bob Lantz authored
      The older wireshark dissectors were not well-maintained
      and were a pain to build. They also added tons of extra junk
      into our VM images! The ones built into the current
      wireshark are deficient for 1.3. The solution for the
      future is almost certainly to go with the lua-based plugin,
      since it is architecture-independent and should be much
      easier to maintain and upgrade.
      9ca775cb
  8. Sep 22, 2014
Loading