I guess what I need to know is how the packets in the dumpfile are arranged.
This is what I am doing. I am first dumping the packets to a file. Then I
read from that file and "split" the packet into its link-layer, header, data
and trailer (which I obtain from pkt_data) information, which I save in my
struct called "pktstruct". Using this process, I fill up vector of
pktstructs. Then I want to stuff these packets from this vector into a
queue, through which I can send packets in a synchronized manner. Should I
add more (necessary) members to my pktstruct struct in order to send the
packets according to their timestamp? Am I going about this correctly?
Thanks.

BV


==================================================================
 This is the WinPcap users list. It is archived at
 http://www.mail-archive.com/[email protected]/

 To unsubscribe use 
 mailto: [EMAIL PROTECTED]
==================================================================

Reply via email to