index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fad-gifc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-1
/
+1
*
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