[tcpdump-workers] urgent

2005-06-07 Thread shaofeng yang
Hello, I have an urgent problem: Is there any way to get the lost/resent packets information. I need to get the specific information, like the original sender for lost/resent packets. I didn't find any clue from the tcp header. Thanks a lot, Best, Shaofeng ___

[tcpdump-workers] DLT_NULL and bpf writes

2005-06-07 Thread Matthew Luckie
Hi I've sent a small patch to freebsd-net that enables bpf writes for all DLT_NULL devices in the tree in a consistent way. I'm about to look into doing the same for netbsd / openbsd / etc. Before I do this, I want to establish consensus that this is ok, or have a solid reason why not to do this

Re: [tcpdump-workers] XORP, Win32, libpcap, and MSVCRT.DLL

2005-06-07 Thread Guy Harris
On Jun 7, 2005, at 3:49 AM, Bruce M Simpson wrote: 1) Compatibility of WinPcap vs libpcap -- it would be nice if we could build both Win32 and UNIX versions from the same libpcap tree, but this is something we can work around at XORP makefile level; Build Win32 and UNIX versions o

[tcpdump-workers] XORP, Win32, libpcap, and MSVCRT.DLL

2005-06-07 Thread Bruce M Simpson
Hi, This is a bit of a long mail, so I'll address some of the points raised in a previous thread, and raise some of my own. MSVCRT.DLL -- MinGW uses MSVCRT.DLL explicitly. The newer MS VC++ compilers do not. They may be configured to do so. The rule is -- don't mix runtime versions, and

[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 06.06.2005 - 07.06.2005 GMT

2005-06-07 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 06.06.2005 (Mon) 09:07:05 - 07.06.2005 (Tue) 09:07:02 GMT = Summary by authors = Author: hannes File: libpcap/gencode.c; Revisions: 1.248, 1.221.2.22 ===

Re: [tcpdump-workers] pcap_dump_file & CO

2005-06-07 Thread Bruce M Simpson
On Tue, Jun 07, 2005 at 12:26:11AM -0700, Guy Harris wrote: > >Personally, I never use CRTDLL.LIB/MSVCRT.LIB, because in this case I'm > >forced to distribute my application with tons of DLL (MSVC*.DLL), which are > >far bigger than the application itself. > >Therefore, I'm always using the standar

Re: [tcpdump-workers] pcap_dump_file & CO

2005-06-07 Thread Guy Harris
Fulvio Risso wrote: Personally, I never use CRTDLL.LIB/MSVCRT.LIB, because in this case I'm forced to distribute my application with tons of DLL (MSVC*.DLL), which are far bigger than the application itself. Therefore, I'm always using the standard C library. The difference here, for the benef