[tcpdump-workers] libpcap: problem reading IP address

2002-04-23 Thread Nathan Jennings
Hello, Sorry in advance if this is too lengthy. I have three questions that may or may not be related. So I thought I should include them together in one e-mail. 1) I'm having a problem reading the correct source and dest. IP addresses. Below is an example: If the IP addresses are: Src:

Re: [tcpdump-workers] libpcap: problem reading IP address

2002-04-23 Thread Guy Harris
On Tue, Apr 23, 2002 at 12:45:05PM -0400, Nathan Jennings wrote: 1) I'm having a problem reading the correct source and dest. IP addresses. Below is an example: If the IP addresses are: Src: 1.2.3.4 Dst: 5.6.7.8 My code prints: Src: 3.4.5.6 Dst: 7.8.20.21 Sounds as if something's

[tcpdump-workers] Capturing on multiple link-type interfaces

2002-04-23 Thread Shashank Karnad
Hi, Does tcpdump as of today support capturing packets on multiple interfaces(could be different link types) and eventually to be stored in a single file? If yes, which version supports this and this feature implies that the tcpdump file/packet header format has changed , right? Where can I

[tcpdump-workers] Re: man to tcpdump translated into russian language

2002-04-23 Thread Michael Richardson
:) == :) Crazy! [EMAIL PROTECTED] writes: :) My name is Pasha. :) I made translation of man of tcpdump program into russian language. :) I can made mistakes but I am sure that this will be better than :) nothing or someone may correct it become the co-translator. :) Use it

[tcpdump-workers] man to tcpdump translated into russian language

2002-04-23 Thread ... :) Crazy!
Warning Unable to process data: multipart/mixed; boundary=--C07799DAB7ABB

[tcpdump-workers] 3.7.1 warnings

2002-04-23 Thread Paul Jarc
I get these warnings while building tcpdump 3.7.1 (Linux 2.4.4, RedHat's glibc 2.2.4-19.3): print-nfs.c: In function `nfs_printfh': print-nfs.c:761: warning: passing arg 6 of `Parse_fh' from incompatible pointer type This can be silenced by changing the type of sfsname to const char*, and then