Skip to content
Snippets Groups Projects
  1. Sep 24, 2014
  2. Sep 23, 2014
    • 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
  3. Feb 28, 2014
  4. Feb 26, 2014
  5. Oct 06, 2013
  6. Sep 18, 2013
  7. Sep 14, 2013
  8. Sep 11, 2013
  9. Aug 25, 2013
  10. Aug 22, 2013
  11. Aug 15, 2013
  12. Aug 05, 2013
  13. Jul 31, 2013
  14. Jul 24, 2013
  15. Jul 20, 2013
  16. Jul 19, 2013
  17. Jul 15, 2013
    • Vitaliy Ivanov's avatar
      Adding mininet doxygen installation dependencies. · 5b609ef9
      Vitaliy Ivanov authored
      Right now after installing mininet using util/install.sh there is a problem when try to generate doc:
      	make doc
      	doxygen doc/doxygen.cfg
      	make: doxygen: Command not found
      	make: *** [doc] Error 127
      Adding doxygen, doxypy and texlive-fonts-recommended packages to fix the problem.
      5b609ef9
  18. Jul 10, 2013
  19. Jun 29, 2013
  20. Jun 21, 2013
  21. Jun 20, 2013
  22. Jun 05, 2013
  23. May 23, 2013
  24. Apr 10, 2013
Loading