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-pf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling
Josh Soref
2023-06-25
1
-2
/
+2
*
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
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-0
/
+3
*
Fix some typos
Francois-Xavier Le Bail
2020-12-12
1
-2
/
+2
*
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
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-4
/
+4
*
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
*
We don't need to check LBL_ALIGN.
Guy Harris
2018-08-04
1
-4
/
+0
*
"connected"/"disconnected" doesn't apply to loopback devices.
Guy Harris
2018-05-01
1
-1
/
+11
*
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
-23
/
+41
*
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
/
+12
*
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
*
The FDDI padding value is now unsigned.
Guy Harris
2016-08-07
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
-3
/
+3
*
Let the platform decide how to check capturable interfaces.
Guy Harris
2016-06-28
1
-1
/
+14
*
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
-13
/
+13
*
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
-4
/
+4
*
Add an API to set "immediate mode".
Guy Harris
2013-05-08
1
-1
/
+3
*
Move platform-dependent pcap_t data out of the pcap_t structure.
Guy Harris
2013-05-06
1
-31
/
+39
*
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
-40
/
+37
*
Don't assume that p->fcode.bpf_insns remains unchanged while processing
guy
2007-12-05
1
-6
/
+5
*
Put the public libpcap headers into a pcap subdirectory in both the
guy
2006-10-04
1
-3
/
+3
*
From Pawel Pokrywka: add support for requesting that only received
guy
2005-05-03
1
-1
/
+2
*
From Albert Chin: fix a typo and a cut-and-pasteo.
guy
2005-04-19
1
-4
/
+4
*
On the platforms where we do in-kernel filtering and can read more than
guy
2005-02-26
1
-1
/
+11
*
Put the FDDI padding (if any) into the pcap_t structure on platforms
guy
2004-12-15
1
-8
/
+9
*
The BPF code is generated using pcap_fddipad, so if we have to evaluate
guy
2004-12-15
1
-5
/
+13
*
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
-3
/
+32
[next]