[ovs-git] Open vSwitch: ovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlow from PCAP files. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Dec 23 18:39:49 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  f3dd1419291242caa29c65826dc0beef33f7f087 (commit)
       via  a797eab3d57910765fd1515600feb4ffe20b31ce (commit)
       via  b2348f6d5a2fd64f875aba0bfca2f52da2618fb5 (commit)
      from  229b900438e0b6a0928e7d95b485f45ab746dce3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f3dd1419291242caa29c65826dc0beef33f7f087
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f3dd1419291242caa29c65826dc0beef33f7f087
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.
		
Based on the number of people who ask about Wireshark support for OpenFlow,
this is likely to be widely useful.

Signed-off-by: Ben Pfaff <blp at nicira.com>


commit a797eab3d57910765fd1515600feb4ffe20b31ce
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a797eab3d57910765fd1515600feb4ffe20b31ce
Author: Ben Pfaff <blp at nicira.com>
		
pcap-file: Add timestamp support for reading and writing pcap files.
		
Only the write support is initially useful, but an upcoming commit will add
a user for the read support.

Signed-off-by: Ben Pfaff <blp at nicira.com>


commit b2348f6d5a2fd64f875aba0bfca2f52da2618fb5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b2348f6d5a2fd64f875aba0bfca2f52da2618fb5
Author: Ben Pfaff <blp at nicira.com>
		
ofpbuf: New function ofpbuf_shift().
		
An upcoming commit will add the first user.

Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/ofpbuf.c             |   18 +++++
 lib/ofpbuf.h             |    1 +
 lib/pcap-file.c          |  168 +++++++++++++++++++++++++++++++++++++++++++---
 lib/pcap-file.h          |   11 ++-
 tests/test-flows.c       |    4 +-
 utilities/ovs-ofctl.8.in |   18 ++++-
 utilities/ovs-ofctl.c    |   95 +++++++++++++++++++++++++-
 7 files changed, 299 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list