Re: [tcpdump-workers] need proper place to look for tcpdump usuage

2008-09-16 Thread Saikiran Madugula
ravi shankar wrote: > Hi there, >I am expecting help regarding TCPdump guide which can help me > about the installation,requirements and usage of tcpdump. > If i am not knocking on the right door.Can you help me guide to the right > place. > > I would really appreciate if you can he

Re: [tcpdump-workers] CVS web

2008-08-29 Thread Saikiran Madugula
Does anybody have a clue when the tcpdump.org website and anonymous cvs access would be available ? Its been more than a month I believe. SM. Hannes Gredler wrote: > furthermore CVS Web seem also broken ... > > On Wed, Aug 13, 2008 at 10:53:28AM +0200, Gisle Vanem wrote: > | What's up with the

[tcpdump-workers] Incorrect comment ?

2008-05-20 Thread Saikiran Madugula
/* * Get a handle for a live capture from the given device. You can * pass NULL as device to get all packages (without link level * information of course). If you pass 1 as promisc the interface * will be set to promiscous mode (XXX: I think this usage should * be deprecated and function

[tcpdump-workers] tcpdump shared library option.

2007-11-20 Thread Saikiran Madugula
From the tcpdump configure options I could not see a facility to specify libpcap includes and library directories. Is there a way to dynamically link tcpdump against a libpcap.so* ? Thanks, Saikiran. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] ETHERMTU

2007-09-05 Thread Saikiran Madugula
Guy Harris wrote: On Sep 5, 2007, at 2:17 PM, Saikiran Madugula wrote: Yes, I get warning when gencode.c gets compiled with the custom package. (ofcourse standalone libpcap compiles fine). gcc -O2 -I. -I -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -D -fPIC -DPIC -c .

Re: [tcpdump-workers] ETHERMTU

2007-09-05 Thread Saikiran Madugula
Guy Harris wrote: Saikiran Madugula wrote: I ran into this problem when I was trying to compile libpcap with a package which has support for a custom interface in Linux. I get a warning message about redefining ETHERMTU while compiling that package as the package uses net/ethernet.h. Do you

Re: [tcpdump-workers] ETHERMTU

2007-09-05 Thread Saikiran Madugula
for use across several operating systems then it should be careful not pollute name space of the platforms it intends to be used on. Please correct me if I am wrong. Thanks, Saikiran. Bruce M Simpson wrote: Saikiran Madugula wrote: Am extremely sorry for replying to a mail in the list. I

Re: [tcpdump-workers] Ethermtu

2007-09-05 Thread Saikiran Madugula
I understand Linux is not standard but libpcap does support Linux. The question I have asked is it valid or am I missing something ? Jun-ichiro itojun Hagino wrote: gencode.c in libpcap defines ETHERMTU as 1500, is it good to redifine what standard linux does ? Eg in net/ethernet.h. I understa

[tcpdump-workers] ETHERMTU

2007-09-05 Thread Saikiran Madugula
Am extremely sorry for replying to a mail in the list. I was hoping to change the subject, but missed it. Re-sending as new email. --- Original Mail--- gencode.c in libpcap defines ETHERMTU as 1500, is it good to redifine what standard linux does ? Eg in net/ethernet.h. I understand that genco

Re: [tcpdump-workers] Reading Memory as a Device

2007-09-05 Thread Saikiran Madugula
gencode.c in libpcap defines ETHERMTU as 1500, is it good to redifine what standard linux does ? Eg in net/ethernet.h. I understand that gencode doesnot include that file. Thanks, Saikiran. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] Adding capture engine questions

2007-08-24 Thread Saikiran Madugula
Audet, Jean-Michel wrote: Hi, I am currently adding a capture engine to sniff i2c traffic. I am currently adding this code into Linux using the pcap_linux mechanism (like Bluetooth and USB). My question is (and I am not currently sure if it's Wireshark or libpcap) why do

Re: [tcpdump-workers] supplying patches to libpcap

2007-08-20 Thread Saikiran Madugula
autoheader and autoconf should be sufficient ? Thanks, Saikiran. Guy Harris wrote: Fulko Hew wrote: I am about to provide a patchset for supporting my newly added DLT type. Since my changes also involve a minor change to 'configure.in', is it my responsibility to provide patches 'configure' as

Re: [tcpdump-workers] libpcap: Memory-loeaks SIGSEGV

2007-08-10 Thread Saikiran Madugula
Hello TJ, The link to libpcap-valgrind.tar.bz2 does not seem to work, can you please check it ? Thanks, Saikiran. TJ wrote: I've been working on analysing an issue with a cluster of Proliant servers running Debian 2.6.18 64-bit with 4GB RAM on Xeon 3000 CPUs in a data-centre. As part of the