Re: [tcpdump-workers] how to create a PCAP file made of a bunch of Ethernet frames using libpcap ?

2010-03-11 Thread Michael Richardson
> "Selçuk" == Selçuk Cevher writes: Selçuk> As far as I know, libpcap is capable of packaging certain Selçuk> amount of binary data in the form of an Ethernet frame. That's now what I'd write. Not recognizing your linguistic background, I'm not sure whether I should disagree. libpc

Re: [tcpdump-workers] how to create a PCAP file made of a bunch of

2010-03-11 Thread Dustin Spicuzza
On 3/11/2010 10:23 AM, Selçuk Cevher wrote: > Hi All, > > As far as I know, libpcap is capable of packaging certain amount of binary > data in the form of an Ethernet frame. > > I wonder if libpcap is capable of combining several Ethernet frames > constructed by itself or obtained from a live ca

[tcpdump-workers] how to create a PCAP file made of a bunch of Ethernet frames using libpcap ?

2010-03-11 Thread Selçuk Cevher
Hi All, As far as I know, libpcap is capable of packaging certain amount of binary data in the form of an Ethernet frame. I wonder if libpcap is capable of combining several Ethernet frames constructed by itself or obtained from a live capture in the form of a PCAP file. If it is not, what meth