https://bugzilla.novell.com/show_bug.cgi?id=231234 ------- Comment #3 from okir@novell.com 2007-01-09 03:15 MST ------- At least the RPC continuation packets are entirely fine. As a large read or write request doesn't fit into a single TCP segment, it gets sent out in chunks. In additional, the kernel no longer set the PSH bit on the last segment of a request, so that RPC packets no longer align with a segment start - so you end up with RPC packets starting in the middle of a TCP segment. Which is perfectly fine, except that both tcpdump and ethereal are not smart enough to deal with this. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.