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-tc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If we can't allocate a DLT_ list, fail.
Guy Harris
2023-06-24
1
-7
/
+7
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-2
/
+2
*
Fix some typos
Francois-Xavier Le Bail
2022-12-24
1
-1
/
+1
*
TurboCap: Use "%d" to print a signed int
Francois-Xavier Le Bail
2022-03-01
1
-1
/
+1
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Support AirPcap devices with a pcap module.
Guy Harris
2020-05-07
1
-73
/
+21
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-27
/
+27
*
Just use install_bpf_program as the setfilter operation.
Guy Harris
2018-12-23
1
-23
/
+1
*
Fix compile errors.
Gisle Vanem
2018-12-05
1
-19
/
+4
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-1
/
+1
*
Don't set errbuf if install_bpf_program() has returned -1.
Guy Harris
2017-11-19
1
-2
/
+0
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-2
/
+2
*
Call the flag to enable remote capture ENABLE_REMOTE.
Guy Harris
2017-10-03
1
-2
/
+2
*
Explain why we need a TcSetDatalink() routine.
Guy Harris
2017-10-02
1
-1
/
+5
*
Improve a comment.
Guy Harris
2017-10-01
1
-1
/
+5
*
Clean up handling of non-blocking mode.
Guy Harris
2017-10-01
1
-7
/
+14
*
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
*
Support setting non-blocking mode before activating.
Guy Harris
2017-02-25
1
-8
/
+5
*
Update for the new "list of devices" structure.
Guy Harris
2017-01-18
1
-4
/
+6
*
Don't set non-existent structure members.
Guy Harris
2016-10-27
1
-1
/
+1
*
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
*
Update variable names and comments to reflect the previous change.
Guy Harris
2016-06-04
1
-4
/
+4
*
Pass a pointer to the length to the OID get/set routines.
Guy Harris
2016-06-04
1
-4
/
+4
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-30
/
+30
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-09-22
1
-44
/
+44
*
Fix compiler error.
Gisle Vanem
2015-09-20
1
-2
/
+2
*
Add missing parenthesis.
Guy Harris
2015-09-14
1
-1
/
+1
*
Fix prototype declarations for the OID get/set API changes.
Gisle Vanem
2015-09-14
1
-2
/
+2
*
Have better APIs for the OID get/set request calls.
Guy Harris
2015-09-13
1
-2
/
+3
*
Enable the prototype for TcSetUserBuffer().
Gisle Vanem
2015-09-10
1
-1
/
+1
*
Style cleanup.
Guy Harris
2015-09-08
1
-21
/
+21
*
Remove "Oid" from "TcOidSendqueueTransmit()".
Guy Harris
2015-09-08
1
-3
/
+3
*
Don't export TcGetReceiveWaitHandle().
Guy Harris
2015-09-08
1
-1
/
+2
*
Set setuserbuffer_op in WinPcap.
Guy Harris
2015-09-08
1
-3
/
+1
*
Fix compile errors.
Gisle Vanem
2015-09-08
1
-15
/
+15
*
There's no "md" substructure; the timeout is now in opt.timeout.
Guy Harris
2015-09-08
1
-5
/
+3
*
Add TurboCap support from WinPcap.
Guy Harris
2015-09-03
1
-0
/
+1286