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
/
dlpisubs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If we can't allocate a DLT_ list, fail.
Guy Harris
2023-06-24
1
-7
/
+7
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-1
/
+6
*
Use more HTTPS in URLs
Francois-Xavier Le Bail
2020-01-19
1
-1
/
+1
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-1
/
+1
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-1
/
+1
*
Check for required alignment by testing CPU types.
Guy Harris
2018-08-04
1
-2
/
+16
*
Mention malloc in an error message.
Guy Harris
2017-11-17
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
/
+3
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
Use DLT_RAW for DL_IPNET devices; that's their default behavior.
Guy Harris
2016-12-17
1
-1
/
+10
*
Squelch a signed vs. unsigned comparison warning.
Guy Harris
2016-08-13
1
-2
/
+2
*
Add some more DL_ types from Solaris 11.
Guy Harris
2016-06-27
1
-1
/
+22
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-2
/
+2
*
Make the buffer member of a pcap_t a void *.
Guy Harris
2015-08-09
1
-1
/
+1
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-4
/
+0
*
Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet count <= 0.
Guy Harris
2013-12-14
1
-1
/
+1
*
Rename the "private" member of a pcap_t to avoid C++ issues.
Guy Harris
2013-08-07
1
-2
/
+2
*
Explicitly set the timeout to 0 in immediate mode.
Guy Harris
2013-05-08
1
-19
/
+26
*
Add an API to set "immediate mode".
Guy Harris
2013-05-08
1
-4
/
+4
*
Don't include <libdlpi.h> if we don't have libdlpi.
Guy Harris
2013-05-06
1
-0
/
+2
*
Move platform-dependent pcap_t data out of the pcap_t structure.
Guy Harris
2013-05-06
1
-3
/
+7
*
Don't define pcap_stream_err() if we're not going to use it.
Guy Harris
2009-06-29
1
-0
/
+4
*
From Albert Chin: define DL_IPATM and MAXDLBUF, just as is done in
guy
2008-12-02
1
-1
/
+6
*
From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_t
guy
2008-04-04
1
-10
/
+10
*
Support for libdlpi, and for enabling "passive mode" on Solaris systems
guy
2008-03-13
1
-0
/
+349