index
:
delta/libpcap.git
android-libpcap-0.9.8
bare
baserock/1.5.3-openwrt
coverity_scan
lbl
libpcap-0.6
libpcap-0.7
libpcap-0.8
libpcap-0.9
libpcap-1.0
libpcap-1.1
libpcap-1.10
libpcap-1.2
libpcap-1.3
libpcap-1.4
libpcap-1.5
libpcap-1.6
libpcap-1.7
libpcap-1.8
libpcap-1.9
libpcap_0_6
libpcap_0_7
libpcap_0_8
libpcap_0_8rel1
libpcap_0_9
libpcap_1.1
libpcap_1.2
libpcap_1.3
libpcap_1.4
libpcap_1.5
libpcap_1_0
libpcap_1_0_rel0b
libpcap_1_4rel0
linux-2-2-packet
master
origin
pcap-options
raybellis-gzip-v2
test
test-rc
github.com: the-tcpdump-group/libpcap.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcap-tc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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