dect
/
libpcap
Archived
13
0
Fork 0
Commit Graph

58 Commits

Author SHA1 Message Date
itojun 14b709dd48 make loopback interface detection consistent. /^(lo|lo[0-9])$/ 2000-04-13 04:58:09 +00:00
assar 00031c93a7 (pcap_lookupdev): solaris seems to return EINVAL when the buffer is
not large enough, so interpret that as that we should try again with a
larger buffer
2000-04-09 20:59:31 +00:00
itojun 03cc04a438 use getifaddrs whenever available.
SIOCGIFCONF is very complex API, so it would be good to avoid it whenever
possible.
2000-02-23 11:39:44 +00:00
mcr dba6e9e734 fix to problem with buf being referenced after it is freed. 2000-01-14 23:55:31 +00:00
itojun f1456fa8f9 change warning message on SIOCGIFADDR failure.
tcpdump: WARNING: gif0: no IPv4 address assigned
2000-01-13 17:08:59 +00:00
assar f6b3da8cbc (pcap_lookupdev): fix stupid bug in previous commit 1999-11-17 06:10:06 +00:00
assar 58b8bd4a26 (pcap_lookupdev): rewrite the SIOCGIFCONF to dynamically allocate
memory
1999-11-17 06:06:25 +00:00
mcr b11ddf8a9b Initial revision 1999-10-07 23:46:40 +00:00