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-gifc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use ctype.h macros.
Guy Harris
2019-08-31
1
-2
/
+1
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-1
/
+1
*
Assume we have limits.h.
Guy Harris
2018-09-09
1
-5
/
+0
*
Pass the "get additional flags" function to the findalldevs helpers.
Guy Harris
2018-04-30
1
-2
/
+2
*
Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.
Guy Harris
2018-01-20
1
-3
/
+3
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-22
/
+21
*
Clean up some warnings.
Guy Harris
2017-08-19
1
-1
/
+17
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
Rename a routine to match find_or_add_if().
Guy Harris
2017-01-20
1
-1
/
+1
*
Pass IFF_ flags to add_addr_to_iflist().
Guy Harris
2017-01-18
1
-1
/
+1
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-14
/
+2
*
Squelch a warning.
Guy Harris
2016-08-11
1
-1
/
+1
*
Let the platform decide how to check capturable interfaces.
Guy Harris
2016-06-28
1
-1
/
+12
*
Split out the UN*X flags to pcap flags mapping.
Guy Harris
2016-01-25
1
-4
/
+4
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-7
/
+7
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-6
/
+6
*
Don't exclude interfaces that aren't up.
Guy Harris
2014-01-10
1
-4
/
+1
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-5
/
+0
*
Have non-interface modules take responsibility for identifying their devices.
Guy Harris
2012-06-11
1
-11
/
+3
*
Scan /proc/net/dev on Linux regardless of how we get the interface list.
Guy Harris
2010-01-09
1
-144
/
+0
*
We shouldn't need to include <sys/file.h>, and, as I remember, it caused
guy
2008-08-06
1
-2
/
+1
*
Checking whether the amount of data returned by SIOCGIFCONF is less than
guy
2005-06-29
1
-5
/
+28
*
Rename HAVE_HPUX10_20 to HAVE_HPUX10_20_OR_LATER, because it's also
guy
2005-04-08
1
-3
/
+3
*
From Don Ebright: handle logical interfaces on HP-UX 10.20 and 11.x.
guy
2005-04-08
1
-3
/
+3
*
Don't ignore Solaris logical interface entries, as they could give
guy
2005-01-29
1
-24
/
+30
*
Add checks for interfaces that begin with "dummy" or that end with ":"
guy
2005-01-28
1
-1
/
+34
*
From Shaun Clowes: work around brokenness in the 32-bit compatibility
guy
2004-02-27
1
-1
/
+15
*
Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"
guy
2003-11-15
1
-2
/
+2
*
Alas, there are some versions of GNU libc that don't have "SA_LEN()"; at
guy
2003-02-25
1
-3
/
+5
*
Put in a note about IPv6 addresses on platforms that have only
guy
2002-08-03
1
-1
/
+11
*
Leave it up to the platform-dependent "get interface list" code to
guy
2002-07-30
1
-37
/
+56
*
Put the different implementations of "pcap_findalldevs()" into separate
guy
2002-07-27
1
-0
/
+471