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-snit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If we can't allocate a DLT_ list, fail.
Guy Harris
2023-06-24
1
-7
/
+8
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-1
/
+1
*
struct pcap: Update buffer type from "void *" to "u_char *"
Francois-Xavier Le Bail
2023-05-18
1
-1
/
+1
*
Set the error message for "permission denied" errors.
Guy Harris
2022-03-11
1
-4
/
+8
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-0
/
+3
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Don't use ctype.h macros.
Guy Harris
2019-08-31
1
-1
/
+0
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-1
/
+1
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-1
/
+1
*
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
/
+11
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-25
/
+39
*
No need to generate version.c or pcap_version.h.
Guy Harris
2017-10-03
1
-2
/
+0
*
Push pcap_lib_version() into the pcap-XXX.c files.
Guy Harris
2017-09-06
1
-3
/
+5
*
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
-2
/
+2
*
Mark a string as constant.
Guy Harris
2016-08-12
1
-1
/
+1
*
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
-1
/
+16
*
Have pcap_platform_finddevs() do all the "find local interfaces" work.
Guy Harris
2016-06-26
1
-1
/
+1
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-11
/
+11
*
Make the buffer member of a pcap_t a void *.
Guy Harris
2015-08-09
1
-2
/
+2
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-1
/
+1
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-5
/
+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
*
Add an API to set "immediate mode".
Guy Harris
2013-05-08
1
-10
/
+25
*
Move platform-dependent pcap_t data out of the pcap_t structure.
Guy Harris
2013-05-06
1
-5
/
+14
*
Have non-interface modules take responsibility for identifying their devices.
Guy Harris
2012-06-11
1
-1
/
+1
*
If an activate routine fails, it needs to clean up the pcap_t, close
Guy Harris
2009-09-21
1
-0
/
+1
*
Turn close_op into cleanup_op; the routine that handles it can also be
guy
2008-04-14
1
-4
/
+1
*
From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_t
guy
2008-04-04
1
-27
/
+37
*
As is done in the loop in pcap-bpf.c, check for non-positive values of
guy
2008-02-02
1
-2
/
+2
*
Don't assume that p->fcode.bpf_insns remains unchanged while processing
guy
2007-12-05
1
-3
/
+2
*
From Pawel Pokrywka: add support for requesting that only received
guy
2005-05-03
1
-1
/
+2
*
Add a "pcap_close_common()" routine which can be used as the close
guy
2004-10-19
1
-11
/
+2
*
Add support for sending packets; includes contributions from Mark
guy
2004-03-23
1
-2
/
+42
*
For devices that we have some reason to believe are real live Ethernet
guy
2003-12-18
1
-1
/
+21
*
Add a "pcap_get_selectable_fd()" API to get an FD on which you can do a
guy
2003-11-21
1
-1
/
+7
*
Add "getnonblock" and "setnonblock" operations, and set the function
guy
2003-11-20
1
-1
/
+3
*
Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"
guy
2003-11-15
1
-2
/
+2
*
Add a "pcap_breakloop()" API to break out of the loop in
guy
2003-11-04
1
-1
/
+21
*
Add a "read" function pointer to the pcap_t structure, which handles
guy
2003-07-25
1
-3
/
+4
*
Add a "set_datalink" function pointer to the pcap_t structure, whichhandles
guy
2003-07-25
1
-7
/
+2
*
Add a "setfilter" function pointer to the pcap_t structure, which
guy
2003-07-25
1
-10
/
+2
[next]