On Sat, Feb 01, 2014 at 08:46:27AM -0500, Vasu Dasari wrote: > Thanks Ben. I was using 2.09. When I updated my git, I could see the > command you suggested. But, unfortunately it was not working. > > vdasari@mininet:~$ ovs-ofctl ofp-parse-pcap of.pcap > vdasari@mininet:~$ > > On digging through the code, I found that there could be an issue with > tcp_reader_run() or tcp_stream_lookup() and seq_no. "stream->seq_no is > always 0". Once I force the code to return the "payload" by not checking > for seq_no,, from tcp_reader_run() function, I could see the right > output.And this logic is working for me. Probably there is something you > had thought of regarding sequence numbers which I might be overlooking.
Does your pcap file include the start of the TCP connection (the SYN and SYN/ACK packets)? I am not sure that I tested without that. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss