Hello, I'm trying to capture SMTP traffic with my C program. Port filter works fine. I captured packets to file. When I send a message i captured about 30 packets. My question is how can I save only packets with data and them parse it. Data is fragmented in 3 - 4 packets. Is any information in TCP/IP headers to do it?