CVS log entries from 28.01.2005 (Fri) 10:06:58 - 29.01.2005 (Sat) 10:06:36 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: libpcap/inet.c; Revisions: 1.65, 1.64
        File: libpcap/fad-win32.c; Revisions: 1.11
        File: libpcap/fad-gifc.c; Revisions: 1.7
        File: libpcap/fad-glifc.c; Revisions: 1.4

=====================================================
Combined list of identical log entries
=====================================================
Description:
Add checks for interfaces that begin with "dummy" or that end with ":"
followed by a number; Ethereal has those checks in the code it uses when
not using "pcap_findalldevs()" - I'm not sure what the "dummy" is
checking for (Linux dummy interfaces?), but the ":" followed by a number
are Solaris virtual interfaces (I think that's how it implements
multiple IP addresses per "real" interface, with each additional address
getting a virtual interface; I'm not sure you can open a virtual
interface for capturing, and even if you can you won't, as far as I
know, see any packets other than the one you get for the "real"
interface - should we just ignore the ":{number}" and "add" that
interface so that we add its IP address?).
Modified files:
        File: libpcap/fad-gifc.c; Revision: 1.7;
        Date: 2005/01/28 20:33:51; Author: guy; Lines: (+34 -1)
        File: libpcap/fad-glifc.c; Revision: 1.4;
        Date: 2005/01/28 20:33:51; Author: guy; Lines: (+34 -1)
=====================================================
Log entries
=====================================================
Description:
Clean up indentation.

Get rid of some unnecessary casts.
Modified files:
        File: libpcap/fad-win32.c; Revision: 1.11;
        Date: 2005/01/29 00:52:22; Author: guy; Lines:  (+12 -14)
-------------------------------
Description:
Explain why we're discarding interfaces we can't open for capturing.
Modified files:
        File: libpcap/inet.c; Revision: 1.65;
        Date: 2005/01/29 00:47:25; Author: guy; Lines:  (+9 -1)
-------------------------------
Description:
Put back the code to try opening a device for capture before adding it
to the list of interfaces, so we don't, for example, include the
loopback device in the list on Solaris - SIOCGIFCONF/SIOCGLIFCONF will
find the device, as it has an IP address, but it's not a DLPI device so
you can't open it for capturing.
Modified files:
        File: libpcap/inet.c; Revision: 1.64;
        Date: 2005/01/28 20:51:20; Author: guy; Lines:  (+16 -1)
=====================================================
Summary of modified files
=====================================================
File: libpcap/fad-gifc.c
Revisions: 1.7
Authors: guy (+34 -1)
-------------------------------
File: libpcap/fad-glifc.c
Revisions: 1.4
Authors: guy (+34 -1)
-------------------------------
File: libpcap/fad-win32.c
Revisions: 1.11
Authors: guy (+12 -14)
-------------------------------
File: libpcap/inet.c
Revisions: 1.65, 1.64
Authors: guy (+9 -1), guy (+16 -1)
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.

Reply via email to