On Wed, Nov 7, 2012 at 9:38 PM, Bhandiwad, Mahesh <[email protected]> wrote: > I’m trying to integrate openflow dissector OF1.0(C implementation - > https://bitbucket.org/barnstorm/of-dissector) and OF1.2(C++ implementation - > https://bitbucket.org/barnstorm/ng-of-dissector). I just wanted to know is > there anyone who has already worked on integrating both?
I have done some very little work on integrating 1.0 support into the ng-dissector - mostly this involves at least being able to tell 1.0 frames from 1.1 and 1.2 frames (the ng-of-dissector actually is a 1.1 dissector). There is a 1.2 port of this dissector as well from CPqD, but they haven't submitted any patches back upstream. I would definitely encourage patches to add 1.0 support to the ng-dissector, particularly if they resolved problems with the reference 1.0 dissector (not pushing packet-in frame data into the packet list view, choosing smarter values for search field options, etc.). A pure integration of the existing 1.0 and 1.1 dissectors wouldn't offer much in and of itself. -- Nick _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
