Re: [tcpdump-workers] [Web] Request for new related project

2012-06-30 Thread Guy Harris
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

Re: [tcpdump-workers] [PATCH] LLDP: print packet protocol at all verbosity levels

2012-06-30 Thread Guy Harris
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

Re: [tcpdump-workers] tcp/ip packet construction

2012-06-30 Thread Guy Harris
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

Re: [tcpdump-workers] Problem build tcpdump pcap_parse is undefined

2012-06-30 Thread Guy Harris
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

Re: [tcpdump-workers] [Web] Request for new related project

2012-06-30 Thread Esteban Pellegrino
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

Re: [tcpdump-workers] [PATCH] LLDP: print packet protocol at all verbosity levels

2012-06-30 Thread Guy Harris
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