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-getad.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
-1
/
+2
*
Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.
Guy Harris
2018-01-20
1
-6
/
+6
*
Update to reflect the name change for Apple's UNIX-for-Macs.
Guy Harris
2018-01-08
1
-1
/
+1
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-2
/
+2
*
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
-2
/
+1
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-14
/
+2
*
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