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
/
pcap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcap savefile: Use Reserved1 and Reserved2 in the per-file header
Francois-Xavier Le Bail
2023-05-23
1
-2
/
+2
*
Revert "pcap: Update the per-file header to use reserved1 and reserved2"
Francois-Xavier Le Bail
2023-05-23
1
-2
/
+2
*
pcap: Update the per-file header to use reserved1 and reserved2
Francois-Xavier Le Bail
2023-05-20
1
-2
/
+2
*
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-2
/
+2
*
Add an option to force memory-mapped buffers to be mapped as accessible to 32...
Hans Leidekker
2022-12-20
1
-0
/
+1
*
Use _declspec(deprecated(msg)) rather than __pragma(deprecated).
Guy Harris
2022-08-23
1
-6
/
+6
*
Fix some typos
Francois-Xavier Le Bail
2022-08-01
1
-1
/
+1
*
Deprecate pcap_compile_nopcap().
Denis Ovsienko
2022-06-14
1
-1
/
+2
*
Mark the option APIs as "first available in 1.11".
Guy Harris
2022-03-08
1
-2
/
+11
*
Merge branch 'master' into pcap-options
Guy Harris
2022-03-08
1
-15
/
+238
|
\
|
*
Update a comment to reflect the addition of TLS support. [skip ci]
Guy Harris
2022-03-07
1
-4
/
+5
|
*
support user/pass in rpcap:// and rpcaps:// source URIs
Ryan Castellucci
2022-03-07
1
-5
/
+9
|
*
pcap: fix the handling of the reserved field.
Guy Harris
2022-03-04
1
-2
/
+3
|
*
Reject pcap files if the "link-layer types plus other stuff" is invalid.
Guy Harris
2022-03-04
1
-4
/
+51
|
*
pcap_handle: fix deprecation warning.
Guy Harris
2022-01-02
1
-1
/
+1
|
*
Fix a comment in pcap/pcap.h. [skip ci]
Denis Ovsienko
2021-12-31
1
-1
/
+1
|
*
Revert "Don't wrap chunks of headers with extern "C" { ... }."
Guy Harris
2021-03-17
1
-113
/
+121
|
*
Don't wrap chunks of headers with extern "C" { ... }.
Guy Harris
2021-03-17
1
-121
/
+113
|
*
Label most functions by the first release in which they're available.
Guy Harris
2020-12-20
1
-0
/
+170
*
|
added pcap-options.c with pcap_options structure to abstract settings that ke...
Michael Richardson
2022-03-08
1
-0
/
+17
|
/
*
Fix some spelling. [skip ci]
Denis Ovsienko
2020-10-09
1
-2
/
+2
*
Fixup some URLs in the comments.
Denis Ovsienko
2020-08-02
1
-1
/
+1
*
Don't introduce pcap_handle() unless a need for it is demonstrated.
Guy Harris
2020-05-31
1
-5
/
+5
*
Add pcap_handle(), and deprecate pcap_fileno(), on Windows.
Guy Harris
2020-05-30
1
-0
/
+12
*
Fix typos in some comments
Francois-Xavier Le Bail
2020-05-24
1
-1
/
+1
*
Add support for UTF-8 strings on Windows.
Guy Harris
2020-04-11
1
-0
/
+20
*
On Linux, return error on interface going away, not just going down.
Guy Harris
2020-01-29
1
-1
/
+1
*
Work around for bogus definition of _MSC_VER with non-MS compilers.
Guy Harris
2019-12-18
1
-0
/
+43
*
Fix typo in pcap/pcap.h.
Nan Xiao
2019-11-19
1
-1
/
+1
*
Make "{un}synced with the system clock" a property of more time stamp types.
Guy Harris
2019-11-16
1
-10
/
+15
*
Fix typo in pcap/pcap.h.
Nan Xiao
2019-11-14
1
-1
/
+1
*
Fix typo in pcap/pcap.h.
Nan Xiao
2019-10-30
1
-1
/
+1
*
Report the DLT description in error messages
Bill Fenner
2019-04-15
1
-0
/
+1
*
pcap_dump_fopen differing Windows CRTs work-around
Alex Smith
2019-03-08
1
-1
/
+22
*
Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.
Guy Harris
2019-01-09
1
-28
/
+2
*
Don't include pcap/pcap.h just to get SOCKET defined.
Guy Harris
2019-01-07
1
-2
/
+9
*
Unbreak source and binary compatibility.
Guy Harris
2019-01-06
1
-0
/
+3
*
Merge branch 'master' of https://github.com/rixed/libpcap into rixed-master
Guy Harris
2019-01-06
1
-1
/
+4
|
\
|
*
SSL: implement encryption of active connections control sockets
Cedric Cellier
2018-09-13
1
-1
/
+1
|
*
TLS for rpcap: also encrypt the control socket
Cedric Cellier
2018-09-13
1
-0
/
+3
*
|
More constification of arguments.
Guy Harris
2018-12-25
1
-2
/
+2
|
/
*
Fix multiple declaration of bpf_ functions
bleader
2018-08-30
1
-14
/
+0
*
Set always 'time zone offset' field to zero in the pcap file header
Francois-Xavier Le Bail
2018-08-01
1
-2
/
+3
*
Rename pcap_set_protocol() to pcap_set_protocol_linux().
Denis Ovsienko
2018-07-11
1
-1
/
+1
*
Don't try to distinguish "unsupported OID" from "hard error".
Guy Harris
2018-04-29
1
-1
/
+0
*
Add more interface flags to pcap_findalldevs().
Guy Harris
2018-04-29
1
-3
/
+10
*
Add a new API to handle some non-select()able devices.
Guy Harris
2018-01-19
1
-0
/
+1
*
Use BUILDING_PCAP to mean "we're building libpcap".
Guy Harris
2017-11-27
1
-1
/
+1
*
Use pcap_EXPORTS rather than BUILDING_PCAP to control export/import in headers.
Guy Harris
2017-11-27
1
-1
/
+1
*
We need pcap-inttypes.h for int64_t.
Guy Harris
2017-09-29
1
-0
/
+2
[next]