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
/
pcap-dlpi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-2
/
+2
*
struct pcap: Update buffer type from "void *" to "u_char *"
Francois-Xavier Le Bail
2023-05-18
1
-1
/
+1
*
Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.
Guy Harris
2022-03-14
1
-2
/
+13
*
Set the error message for "permission denied" errors.
Guy Harris
2022-03-11
1
-19
/
+44
*
Fix some typos
Francois-Xavier Le Bail
2020-12-12
1
-1
/
+1
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Cleaning spaces
Francois-Xavier Le Bail
2019-11-08
1
-2
/
+2
*
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
-26
/
+26
*
Provide out own strlcpy() and strlcat() routines if necessary.
Guy Harris
2018-10-16
1
-7
/
+7
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-1
/
+1
*
Assume we have limits.h.
Guy Harris
2018-09-09
1
-5
/
+0
*
"connected"/"disconnected" doesn't apply to loopback devices.
Guy Harris
2018-05-01
1
-3
/
+15
*
Pass the "get additional flags" function to the findalldevs helpers.
Guy Harris
2018-04-30
1
-2
/
+3
*
Fix function signatures.
Guy Harris
2018-04-29
1
-1
/
+1
*
Add more interface flags to pcap_findalldevs().
Guy Harris
2018-04-29
1
-0
/
+16
*
Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.
Guy Harris
2018-01-20
1
-4
/
+4
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-42
/
+41
*
No need to generate version.c or pcap_version.h.
Guy Harris
2017-10-03
1
-2
/
+0
*
Don't check for /dev/dlpi (file or directory) at configuration time.
Guy Harris
2017-09-18
1
-6
/
+17
*
Push pcap_lib_version() into the pcap-XXX.c files.
Guy Harris
2017-09-06
1
-3
/
+5
*
Clean up some warnings.
Guy Harris
2017-08-19
1
-32
/
+45
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
Make the checks and adjustment of the snapshot length module-dependent.
Guy Harris
2017-06-01
1
-0
/
+11
*
Allow a platform to add information to the version string.
Guy Harris
2017-05-16
1
-0
/
+9
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-3
/
+3
*
Clean up findalldevs code.
Guy Harris
2016-12-17
1
-1
/
+1
*
errbuf is a pointer, errbufsize is the size of what it points to.
Guy Harris
2016-08-17
1
-1
/
+1
*
Fix compile errors.
Guy Harris
2016-08-13
1
-8
/
+9
*
Fix typo.
Guy Harris
2016-08-12
1
-1
/
+1
*
Get rid of static string buffers.
Guy Harris
2016-08-12
1
-20
/
+22
*
No static buffers.
Guy Harris
2016-08-11
1
-8
/
+9
*
Fix some errors on HP-UX.
Guy Harris
2016-07-03
1
-2
/
+2
*
pcap_create_interface() needs the interface name on Linux.
Guy Harris
2016-06-30
1
-1
/
+1
*
Don't have pcap_create_common() set opt.device.
Guy Harris
2016-06-30
1
-2
/
+2
*
Rename opt.source to opt.device.
Guy Harris
2016-06-29
1
-1
/
+1
*
Let the platform decide how to check capturable interfaces.
Guy Harris
2016-06-28
1
-75
/
+137
*
Have pcap_platform_finddevs() do all the "find local interfaces" work.
Guy Harris
2016-06-26
1
-0
/
+8
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-41
/
+41
*
Make the buffer member of a pcap_t a void *.
Guy Harris
2015-08-09
1
-1
/
+1
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-1
/
+1
*
In activate routines, don't set status unless a warning or error occurs.
Guy Harris
2014-04-22
1
-14
/
+20
*
Don't discard warnings.
Guy Harris
2014-04-22
1
-8
/
+16
*
Return warning indications from the activate routine.
Guy Harris
2014-04-22
1
-2
/
+2
*
In activate routines, don't pre-set the status; set it for all errors.
Guy Harris
2014-04-18
1
-18
/
+48
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-5
/
+0
*
Rename the "private" member of a pcap_t to avoid C++ issues.
Guy Harris
2013-08-07
1
-4
/
+4
*
Add an API to set "immediate mode".
Guy Harris
2013-05-08
1
-1
/
+1
*
Move platform-dependent pcap_t data out of the pcap_t structure.
Guy Harris
2013-05-06
1
-16
/
+32
*
Have non-interface modules take responsibility for identifying their devices.
Guy Harris
2012-06-11
1
-1
/
+1
[next]