On Jun 22, 2012, at 5:26 PM, Esteban Pellegrino wrote:
> Name of the proyect: libcrafter
>
> Libcrafter is a high level library for C++ designed to make easier the
> creation and decoding of network packets. It is able to craft or decode
> packets of most common network protocols, send them on t
On Jun 21, 2012, at 6:59 AM, Romain Francoise wrote:
> The LLDP printer doesn't show the packet protocol unless -v is used,
> which results in pretty useless output lines where only the timestamp is
> present. Make sure we include the default protocol+length output even in
> default mode.
Checke
On Jun 6, 2012, at 6:57 AM, manish nimse wrote:
> i want to create create tcp/ip packet . i want additional information
> about the creation of packet .
> so please send me the api's required .
libpcap has no APIs for that.
However, there are other libraries that do, such as
http://cod
On Jun 3, 2012, at 12:33 PM, Giovanni wrote:
> I tried to build libpcap with
>
> ./configure --without-flex --without-bison
> the problem is always the same.
Have you tried building with just
./configure
(so that it uses Flex and Bison) and if you build with
./configure --wi
Thanks!
On Sat, Jun 30, 2012 at 4:39 PM, Guy Harris wrote:
>
> On Jun 22, 2012, at 5:26 PM, Esteban Pellegrino wrote:
>
> > Name of the proyect: libcrafter
> >
> > Libcrafter is a high level library for C++ designed to make easier the
> > creation and decoding of network packets. It is able to c
On Jun 30, 2012, at 12:47 PM, Guy Harris wrote:
> On Jun 21, 2012, at 6:59 AM, Romain Francoise wrote:
>
>> The LLDP printer doesn't show the packet protocol unless -v is used,
>> which results in pretty useless output lines where only the timestamp is
>> present. Make sure we include the defaul