Re: [tcpdump-workers] [PATCH] net: Take GSO into account when capturing packets

2009-07-06 Thread David Miller
From: Benjamin Poirier Date: Mon, 06 Jul 2009 14:04:32 -0400 > move the point where the support routine for packet capture is called to > better reflect what is transmitted on the wire when GSO is active. > > At the moment, packet capture (a la tcpdump) on the transmission side happens > before

[tcpdump-workers] [PATCH] net: Take GSO into account when capturing packets

2009-07-06 Thread Benjamin Poirier
move the point where the support routine for packet capture is called to better reflect what is transmitted on the wire when GSO is active. At the moment, packet capture (a la tcpdump) on the transmission side happens before GSO takes place (if it does). Therefore, even if a packet gets segmented