[ovs-git] Open vSwitch: pcap-file: Allow capturing TCP streams where the SYN is not seen. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Feb 11 15:56:38 UTC 2014


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  276e2864c517a13f9a3ba33086b091743096d30c (commit)
      from  94b8c324a11de4e4ab7647e8ad87fd01a8163f6d (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 276e2864c517a13f9a3ba33086b091743096d30c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=276e2864c517a13f9a3ba33086b091743096d30c
Author: Ben Pfaff <blp at nicira.com>
		
pcap-file: Allow capturing TCP streams where the SYN is not seen.
		
Until now, the tcp_stream() code has ignored any TCP packets that don't
correspond to a stream that began with a TCP SYN.  This commit changes the
code so that any TCP packet that contains a payload starts a new stream.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Reported-by: Vasu Dasari <vdasari at gmail.com>


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

Summary of changes:
 AUTHORS         |    1 +
 lib/pcap-file.c |   63 +++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 41 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list