[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 05.05.2005 - 06.05.2005 GMT

2005-05-06 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 05.05.2005 (Thu) 09:07:04 - 06.05.2005 (Fri) 09:07:04 GMT
=
Summary by authors
=
Author: guy
File: tcpdump/print-nfs.c; Revisions: 1.108, 1.106.2.2
File: tcpdump/print-bootp.c; Revisions: 1.80, 1.78.2.2
File: tcpdump/util.c; Revisions: 1.99, 1.98, 1.95.2.4, 1.95.2.3
File: tcpdump/print-bgp.c; Revisions: 1.95, 1.91.2.4
File: tcpdump/print-ipx.c; Revisions: 1.42, 1.41, 1.40.2.2, 1.40.2.1
File: tcpdump/print-sctp.c; Revisions: 1.18, 1.16.2.2
File: tcpdump/print-hsrp.c; Revisions: 1.10, 1.9.2.1
File: tcpdump/print-eigrp.c; Revisions: 1.7, 1.5.2.2
File: tcpdump/print-smb.c; Revisions: 1.42, 1.41.2.1
File: tcpdump/print-ospf.c; Revisions: 1.58, 1.56.2.2
File: tcpdump/print-decnet.c; Revisions: 1.39, 1.38.2.1
File: tcpdump/print-vrrp.c; Revisions: 1.10, 1.9.2.1
File: tcpdump/interface.h; Revisions: 1.250, 1.244.2.6
File: tcpdump/print-ntp.c; Revisions: 1.42, 1.41.2.1
File: tcpdump/print-snmp.c; Revisions: 1.64, 1.62.2.2

=
Combined list of identical log entries
=
Description:
Add more bounds checks, and check for bogus chunk lengths (too short).
Modified files:
File: tcpdump/print-sctp.c; Revision: 1.18;
Date: 2005/05/05 23:08:43; Author: guy; Lines: (+19 -11)
File: tcpdump/print-sctp.c; Revision: 1.16.2.2;
Date: 2005/05/05 23:08:59; Author: guy; Lines: (+19 -11)
---
Description:
Add an fn_printzp() routine for printing null-padded strings (strings
with a maximum length, where a string shorter than that length is padded
with NULs), as fn_print() won't handle the maximum length *and* the
snapshot length and fn_printn() won't stop on a null string.  Use it
where appropriate.

Always pass snapend to fn_print() and fn_printn() if they're
passed a pointer into the packet data; only pass NULL if they're being
handed a pointer into a buffer that's not part of the packet data.

Always check the return value of fn_print(), fn_printn(), and
fn_printzp() if they're passed snapend, and do the appropriate
string termination and packet truncated indication if they return 1.
Modified files:
File: tcpdump/interface.h; Revision: 1.250;
Date: 2005/05/06 07:56:51; Author: guy; Lines: (+2 -1)
File: tcpdump/interface.h; Revision: 1.244.2.6;
Date: 2005/05/06 07:57:17; Author: guy; Lines: (+2 -1)
File: tcpdump/print-hsrp.c; Revision: 1.10;
Date: 2005/05/06 07:56:52; Author: guy; Lines: (+6 -2)
File: tcpdump/print-hsrp.c; Revision: 1.9.2.1;
Date: 2005/05/06 07:57:17; Author: guy; Lines: (+6 -2)
File: tcpdump/print-ipx.c; Revision: 1.41;
Date: 2005/05/06 07:56:52; Author: guy; Lines: (+5 -2)
File: tcpdump/print-ipx.c; Revision: 1.40.2.1;
Date: 2005/05/06 07:57:18; Author: guy; Lines: (+5 -2)
File: tcpdump/print-nfs.c; Revision: 1.108;
Date: 2005/05/06 07:56:52; Author: guy; Lines: (+5 -3)
File: tcpdump/print-nfs.c; Revision: 1.106.2.2;
Date: 2005/05/06 07:57:18; Author: guy; Lines: (+5 -3)
File: tcpdump/print-ntp.c; Revision: 1.42;
Date: 2005/05/06 07:56:53; Author: guy; Lines: (+3 -2)
File: tcpdump/print-ntp.c; Revision: 1.41.2.1;
Date: 2005/05/06 07:57:18; Author: guy; Lines: (+3 -2)
File: tcpdump/print-ospf.c; Revision: 1.58;
Date: 2005/05/06 07:56:53; Author: guy; Lines: (+6 -3)
File: tcpdump/print-ospf.c; Revision: 1.56.2.2;
Date: 2005/05/06 07:57:19; Author: guy; Lines: (+6 -3)
File: tcpdump/print-snmp.c; Revision: 1.64;
Date: 2005/05/06 07:56:53; Author: guy; Lines: (+5 -2)
File: tcpdump/print-snmp.c; Revision: 1.62.2.2;
Date: 2005/05/06 07:57:19; Author: guy; Lines: (+5 -2)
File: tcpdump/print-vrrp.c; Revision: 1.10;
Date: 2005/05/06 07:56:54; Author: guy; Lines: (+5 -2)
File: tcpdump/print-vrrp.c; Revision: 1.9.2.1;
Date: 2005/05/06 07:57:20; Author: guy; Lines: (+5 -2)
File: tcpdump/util.c; Revision: 1.98;
Date: 2005/05/06 07:56:54; Author: guy; Lines: (+36 -2)
File: tcpdump/util.c; Revision: 1.95.2.3;
Date: 2005/05/06 07:57:20; Author: guy; Lines: (+36 -2)
---
Description:
Always check for smb_fdata() returning null - for example, check it on
every iteration of a loop.
Modified files:
File: tcpdump/print-smb.c; Revision: 1.42;
Date: 2005/05/05 22:30:03; Author: guy; Lines: (+7 -4)
File: tcpdump/print-smb.c; Revision: 1.41.2.1;
Date: 2005/05/05 22:30:40; Author: guy; Lines: (+7 -4)
---
Description:
Add bounds checking and other sanity checking.

If 

[tcpdump-workers] PCAP Timestamp - HWClock or SWClock?

2005-05-06 Thread J.O. Leger

Is the timestamp in pcap_pkthdr from the hardware clock or the software clock?



Thanks



J.O.







___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


[tcpdump-workers] Does option -w influence the packet capture?

2005-05-06 Thread David Rosal
Hi.
I'm using tcpdump-3.7.2 to capture ethernet traffic, and I'm wondering 
why it captures much less packets when I use option -w.

I have done the following test:
I've run tcpdump -s0 many times for 10 seconds each time, and the 
average result is to capture about 100 packets.
I've run tcpdump -s0 -w dumpfile many times for 10 seconds each time, 
and the average result is to capture only 70 or 80 packets.
But both tests have been done in the same computer, at the same hour.

Is this behaviour expected?
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.