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-int.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
still remove for _WIN32
Michael Richardson
2023-07-26
1
-0
/
+2
*
remove additional ifdefs based upon MSDOS
Michael Richardson
2023-07-26
1
-9
/
+2
*
Add the Solaris "any" device in pcap_findalldevs() if we have it.
Guy Harris
2023-06-13
1
-0
/
+3
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-17
/
+17
*
struct pcap: Update buffer type from "void *" to "u_char *"
Francois-Xavier Le Bail
2023-05-18
1
-1
/
+1
*
Add an option to force memory-mapped buffers to be mapped as accessible to 32...
Hans Leidekker
2022-12-20
1
-0
/
+5
*
Fix some typos
Francois-Xavier Le Bail
2022-08-01
1
-2
/
+2
*
support user/pass in rpcap:// and rpcaps:// source URIs
Ryan Castellucci
2022-03-07
1
-2
/
+2
*
Don't require VS 2015 or later when building applications with pcap.
Guy Harris
2021-07-08
1
-0
/
+18
*
Move NPF_SURFACE_MOBILE_NONPROMISC to pcap-npf.c.
Guy Harris
2021-04-29
1
-11
/
+0
*
Add check to suppress spurious error generated by noncompiant MS Surface mobi...
Joel
2021-04-29
1
-0
/
+11
*
Move #includes to the top of header files.
Guy Harris
2021-03-17
1
-9
/
+9
*
Revert "Don't wrap chunks of headers with extern "C" { ... }."
Guy Harris
2021-03-17
1
-40
/
+44
*
Don't wrap chunks of headers with extern "C" { ... }.
Guy Harris
2021-03-17
1
-44
/
+40
*
Rename struct bpf_aux_data to avoid NetBSD compile errors.
Guy Harris
2021-01-01
1
-2
/
+2
*
Fixup some URLs in the comments.
Denis Ovsienko
2020-08-02
1
-1
/
+1
*
Remove test code.
Guy Harris
2020-07-03
1
-10
/
+0
*
Spell _WIN32 correctly.
Guy Harris
2020-07-03
1
-1
/
+1
*
OK, see if *this* fixes the link error.
Guy Harris
2020-07-03
1
-0
/
+10
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-2
/
+29
*
Fix typos in some comments
Francois-Xavier Le Bail
2020-05-24
1
-2
/
+2
*
Support AirPcap devices with a pcap module.
Guy Harris
2020-05-07
1
-0
/
+11
*
Get rid of unused charset_fopen_read().
Guy Harris
2020-04-11
1
-1
/
+1
*
Add support for UTF-8 strings on Windows.
Guy Harris
2020-04-11
1
-1
/
+44
*
Use tab instead of space in formatting pcap-int.h
Nan Xiao
2020-03-16
1
-1
/
+1
*
On Linux, return error on interface going away, not just going down.
Guy Harris
2020-01-29
1
-1
/
+1
*
Use more HTTPS in URLs
Francois-Xavier Le Bail
2020-01-19
1
-1
/
+1
*
Get rid of PCAP_ISLWSP and PCAP_ISSPACE.
Guy Harris
2019-08-31
1
-7
/
+0
*
Don't use ctype.h macros.
Guy Harris
2019-08-31
1
-0
/
+19
*
Expand a comment to explain why we clamp the snaphot length.
Guy Harris
2019-08-19
1
-1
/
+6
*
Make sure the *adjusted* snapshot length is the same for all IDBs.
Guy Harris
2019-08-04
1
-0
/
+4
*
When fetching interfaces over TLS, put rpcaps:// into the interface names.
Guy Harris
2019-02-06
1
-4
/
+7
*
Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors.
Guy Harris
2019-01-08
1
-4
/
+0
*
Merge branch 'master' of https://github.com/rixed/libpcap into rixed-master
Guy Harris
2019-01-06
1
-0
/
+7
|
\
|
*
TLS for rpcap: also encrypt the control socket
Cedric Cellier
2018-09-13
1
-0
/
+7
*
|
Merge branch 'master' into breakloop_poll
Guy Harris
2018-09-14
1
-1
/
+32
|
\
|
|
*
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
/
+11
|
*
Match the style of other declarations in this file.
Guy Harris
2018-08-31
1
-3
/
+2
|
*
Don't put bpf_filter_with_aux_data() in a public header file.
Guy Harris
2018-08-31
1
-0
/
+22
*
|
Proper breakloop for linux on pcap_dispatch
Adrian Budau
2018-08-06
1
-0
/
+3
|
/
*
Remove no more used field 'tzoff' in some structures
Francois-Xavier Le Bail
2018-08-03
1
-1
/
+0
*
Squelch a warning.
Gisle Vanem
2018-05-02
1
-0
/
+4
*
Shuffle the find_or_add_dev() arguments.
Guy Harris
2018-04-30
1
-1
/
+1
*
Pass the "get additional flags" function to the findalldevs helpers.
Guy Harris
2018-04-30
1
-7
/
+8
*
Add more interface flags to pcap_findalldevs().
Guy Harris
2018-04-29
1
-0
/
+4
*
Don't do the selectable FD or required select timeout stuff on MS-DOS.
Guy Harris
2018-01-23
1
-1
/
+1
*
Use the right name for calls to wait for events.
Guy Harris
2018-01-20
1
-2
/
+2
*
Add a new API to handle some non-select()able devices.
Guy Harris
2018-01-19
1
-2
/
+18
*
Use compiler tests to determine how to define _U_.
Guy Harris
2017-11-15
1
-0
/
+1
[next]