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-glifc.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
*
Pass the "get additional flags" function to the findalldevs helpers.
Guy Harris
2018-04-30
1
-2
/
+2
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-26
/
+25
*
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
*
We forgot to remove the "skip entries" part in 547b1dec.
Guy Harris
2016-10-15
1
-22
/
+0
*
Let the platform decide how to check capturable interfaces.
Guy Harris
2016-06-28
1
-9
/
+20
*
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
-9
/
+9
*
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
-10
/
+1
*
From Sagun Shakya: fix typoes in comments.
guy
2008-01-30
1
-3
/
+3
*
From Albert Chin: fix a cut-and-pasteo.
guy
2005-04-19
1
-2
/
+2
*
Don't ignore Solaris logical interface entries, as they could give
guy
2005-01-29
1
-2
/
+30
*
Add checks for interfaces that begin with "dummy" or that end with ":"
guy
2005-01-28
1
-1
/
+34
*
Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"
guy
2003-11-15
1
-2
/
+2
*
Leave it up to the platform-dependent "get interface list" code to
guy
2002-07-30
1
-2
/
+5
*
Put the different implementations of "pcap_findalldevs()" into separate
guy
2002-07-27
1
-0
/
+322