index
:
delta/libpcap.git
android-libpcap-0.9.8
bare
baserock/1.5.3-openwrt
coverity_scan
lbl
libpcap-0.6
libpcap-0.7
libpcap-0.8
libpcap-0.9
libpcap-1.0
libpcap-1.1
libpcap-1.10
libpcap-1.2
libpcap-1.3
libpcap-1.4
libpcap-1.5
libpcap-1.6
libpcap-1.7
libpcap-1.8
libpcap-1.9
libpcap_0_6
libpcap_0_7
libpcap_0_8
libpcap_0_8rel1
libpcap_0_9
libpcap_1.1
libpcap_1.2
libpcap_1.3
libpcap_1.4
libpcap_1.5
libpcap_1_0
libpcap_1_0_rel0b
libpcap_1_4rel0
linux-2-2-packet
master
origin
pcap-options
raybellis-gzip-v2
test
test-rc
github.com: the-tcpdump-group/libpcap.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fad-getad.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cope with the NetBSD issue in a different way.
Guy Harris
2016-08-07
1
-13
/
+0
*
Cope with a NetBSD annoyance.
Guy Harris
2016-08-07
1
-0
/
+13
*
Let the platform decide how to check capturable interfaces.
Guy Harris
2016-06-28
1
-30
/
+41
*
Split out the UN*X flags to pcap flags mapping.
Guy Harris
2016-01-25
1
-1
/
+2
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-1
/
+1
*
Fix/update some comments.
Guy Harris
2014-01-11
1
-22
/
+25
*
Don't exclude interfaces that aren't up.
Guy Harris
2014-01-10
1
-10
/
+0
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-5
/
+0
*
Don't try to handle AF_PACKET on Solaris.
Guy Harris
2013-04-06
1
-4
/
+10
*
Have non-interface modules take responsibility for identifying their devices.
Guy Harris
2012-06-11
1
-12
/
+1
*
Handle Linux, which has linux/*.h and netpacket/*.h headers that can collide.
Guy Harris
2011-06-11
1
-8
/
+10
*
Handle Solaris 11, which has AF_PACKET but not (all?) linux/*.h includes.
Darren Reed
2011-06-04
1
-4
/
+8
*
Add a #include required on RHEL5.
Chris Maynard
2010-04-01
1
-2
/
+5
*
From RCB-ISIS on SourceForge: handle LynxOS, which has AF_PACKET but
guy
2007-09-14
1
-2
/
+6
*
From Don Ebright: add support for Linux logical interfaces.
guy
2005-04-08
1
-1
/
+33
*
From Dean Gaudet <dean@arctic.org>: handle AF_PACKET addresses on OSes
guy
2004-11-04
1
-1
/
+10
*
Don't rely on SA_LEN to check whether it's passed a null pointer (it
guy
2004-03-11
1
-13
/
+34
*
Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"
guy
2003-11-15
1
-2
/
+2
*
From Mike Wiacek: have "get_sa_len()" return 0 if the "addr" pointer
guy
2003-09-10
1
-1
/
+3
*
sa_len for netmask is undefined.
itojun
2003-09-10
1
-2
/
+2
*
Alas, there are some versions of GNU libc that don't have "SA_LEN()"; at
guy
2003-02-25
1
-4
/
+28
*
From Kazushi Sugyo: address pointers in entries returned by
guy
2002-10-19
1
-2
/
+2
*
From an anonymous Sourceforge user: include <net/if.h> to declare the
guy
2002-08-26
1
-1
/
+3
*
Leave it up to the platform-dependent "get interface list" code to
guy
2002-07-30
1
-7
/
+47
*
Put the different implementations of "pcap_findalldevs()" into separate
guy
2002-07-27
1
-0
/
+154