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-snf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-5
/
+5
*
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-10
/
+10
*
Remove an always-false pointer test from snf_read().
Denis Ovsienko
2023-01-02
1
-3
/
+0
*
Revert "Fix NULL pointer dereference in snf_read()"
Denis Ovsienko
2023-01-02
1
-2
/
+1
*
Fix NULL pointer dereference in snf_read()
Ege Çetin
2023-01-01
1
-1
/
+2
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-1
/
+17
*
Clean up allocation of some lists.
Guy Harris
2020-09-27
1
-1
/
+1
*
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
-7
/
+7
*
Just use install_bpf_program as the setfilter operation.
Guy Harris
2018-12-23
1
-20
/
+1
*
Count only packets that were handed to the callback.
Guy Harris
2018-11-20
1
-1
/
+1
*
Provide out own strlcpy() and strlcat() routines if necessary.
Guy Harris
2018-10-16
1
-1
/
+1
*
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
*
Add more interface flags to pcap_findalldevs().
Guy Harris
2018-04-29
1
-1
/
+18
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-24
/
+25
*
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
*
Get rid of pcap-stdinc.h.
Guy Harris
2017-09-05
1
-3
/
+1
*
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
*
Use add_addr_to_dev() to add an address based on the device name.
Guy Harris
2017-03-01
1
-24
/
+17
*
Update file to allow building on Windows VS2010.
Christopher K Lee
2017-03-01
1
-3
/
+52
*
Support setting non-blocking mode before activating.
Guy Harris
2017-02-25
1
-2
/
+2
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-6
/
+5
*
Have separate "find device" and "find or add device" routines.
Guy Harris
2016-12-24
1
-127
/
+67
*
Fixes to snf_findalldevs().
Guy Harris
2016-12-13
1
-16
/
+21
*
Get rid of trailing white space.
Guy Harris
2016-12-13
1
-4
/
+4
*
Leave the interface address lists empty.
Guy Harris
2016-12-13
1
-54
/
+10
*
Fix indentation, clean up strcmp() calls.
Guy Harris
2016-12-13
1
-45
/
+45
*
Remove use of p->opt.buffer_size from snf_open. SNF will use env var.
Christopher K Lee
2016-12-13
1
-3
/
+2
*
Merge branch 'master' of https://github.com/the-tcpdump-group/libpcap
Christopher K Lee
2016-12-13
1
-5
/
+30
|
\
|
*
Clean up {DAG, Septel, Myricom SNF}-only builds.
Guy Harris
2016-06-30
1
-0
/
+28
|
*
make more pcap_create_common() fixes
Denis Ovsienko
2016-06-30
1
-1
/
+1
|
*
Rename opt.source to opt.device.
Guy Harris
2016-06-29
1
-1
/
+1
|
*
Don't check for NULL in cleanup routines, and don't pass NULL to them.
Guy Harris
2016-04-15
1
-3
/
+0
*
|
Update snf_findalldevs() to handle existing device list and SNF_FLAGS=0x2.
Christopher K Lee
2015-11-25
1
-11
/
+135
*
|
Merge branch 'master' of https://github.com/the-tcpdump-group/libpcap
Christopher K Lee
2015-11-25
1
-16
/
+16
|
\
|
|
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-16
/
+16
*
|
Allow pcap_set_buffer_size() value in bytes to set SNF_DATARING_SIZE
Christopher K Lee
2015-05-15
1
-1
/
+1
*
|
Allow pcap_set_buffer_size() to set SNF_DATARING_SIZE in pcap-snf.c.
Christopher K Lee
2015-05-14
1
-1
/
+1
|
/
*
Use pcap_close() if pcap_create_handle() fails.
Guy Harris
2015-05-04
1
-3
/
+1
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-1
/
+1
*
Updated pcap-snf.c to support --time-stamp-precision=nano option.
Christopher K Lee
2015-02-02
1
-4
/
+29
*
using the PACKET_COUNT_IS_UNLIMITED() macro
Myricom Help
2014-09-07
1
-1
/
+1
*
using the PACKET_COUNT_IS_UNLIMITED() macro
Myricom Help
2014-09-07
1
-1
/
+1
*
Added back in EBUSY as it can be returned in SNFv3 by snf_ring_recv().
Christopher K Lee
2014-07-31
1
-1
/
+1
*
Added parsing of SNF_FLAGS, packet injection, snf_findalldevs for SNF API
Christopher K Lee
2014-07-30
1
-14
/
+156
[next]