49a50,52
> parser.add_option("--etherdump", action="store", type="string", dest="etherdump",
> help="Specify the filename to dump a pcap capture of the ethernet"
> "traffic")
93c96
< root = makeDualRoot(s1, s2)
---
> root = makeDualRoot(s1, s2, options.etherdump)