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-win32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the issue that pcap_open_live() did not accept device names starting with...
Yang Luo
2016-08-17
1
-0
/
+60
*
The private structure is initialized to zero; no need to set rfmon_selfstart.
Guy Harris
2016-08-02
1
-2
/
+1
*
Rename pcap-remote.[ch] to pcap-rpcap.[ch].
Guy Harris
2016-07-30
1
-1
/
+1
*
Fix the compile warnings for MSVC's x64 configuration.
Yang Luo
2016-07-29
1
-2
/
+2
*
Fix MSVC compile warnings on the WinPcap specific code.
Yang Luo
2016-07-29
1
-1
/
+1
*
Just define stub monitor mode functions if we're building with WinPcap.
Guy Harris
2016-07-28
1
-12
/
+38
*
Check for monitor mode support in packet.dll.
Guy Harris
2016-07-28
1
-0
/
+12
*
Remove extra right parenthesis.
Guy Harris
2016-07-28
1
-1
/
+1
*
Fix typo.
Guy Harris
2016-07-28
1
-1
/
+1
*
PacketSetMonitorMode() and PacketIsMonitorModeSupported() functions can retur...
Yang Luo
2016-07-26
1
-3
/
+12
*
Switch back to managed mode when closing the pcap if it switched it on, don't...
Yang Luo
2016-07-26
1
-5
/
+26
*
Add wireless monitor mode support on Windows.
Yang Luo
2016-07-26
1
-4
/
+15
*
Add back WinPcap specific functions to libpcap, the built wpcap.dll already w...
Yang Luo
2016-07-26
1
-2
/
+8
*
flags is used even if we don't have PacketIsLoopbackAdapter().
Guy Harris
2016-06-30
1
-1
/
+1
*
pcap_create_interface() needs the interface name on Linux.
Guy Harris
2016-06-30
1
-1
/
+1
*
Don't have pcap_create_common() set opt.device.
Guy Harris
2016-06-30
1
-33
/
+2
*
Rename opt.source to opt.device.
Guy Harris
2016-06-29
1
-2
/
+2
*
Check for loopback adapters on Windows.
Guy Harris
2016-06-28
1
-4
/
+27
*
Have pcap_platform_finddevs() do all the "find local interfaces" work.
Guy Harris
2016-06-26
1
-1
/
+184
*
Update variable names and comments to reflect the previous change.
Guy Harris
2016-06-04
1
-12
/
+12
*
Pass a pointer to the length to the OID get/set routines.
Guy Harris
2016-06-04
1
-8
/
+18
*
Don't use global state for the BPF compiler.
Guy Harris
2016-02-11
1
-8
/
+0
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-32
/
+32
*
Squelch some compiler narrowing warnings.
Guy Harris
2015-09-27
1
-5
/
+5
*
All main modules need a pcap_platform_finddevs() routine.
Guy Harris
2015-09-27
1
-0
/
+6
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-09-22
1
-4
/
+4
*
Fix typo from previous commit.
Guy Harris
2015-09-14
1
-1
/
+1
*
Use snprintf() when formatting error messages.
Guy Harris
2015-09-14
1
-5
/
+10
*
Avoid collisions between pcap/bpf.h and Packet32.h structure definitions.
Guy Harris
2015-09-14
1
-1
/
+3
*
We got rid of the Packet member of pcap_t, so don't free it.
Guy Harris
2015-09-13
1
-4
/
+0
*
Fix typo.
Guy Harris
2015-09-13
1
-1
/
+1
*
Fix PACKET_OID_DATA structure member names.
Guy Harris
2015-09-13
1
-6
/
+6
*
Consistently parenthesize return values.
Guy Harris
2015-09-13
1
-40
/
+40
*
Don't fill in ps_capt if it doesn't exist.
Guy Harris
2015-09-13
1
-0
/
+2
*
Fix argument to PacketRequest().
Guy Harris
2015-09-13
1
-1
/
+1
*
Have better APIs for the OID get/set request calls.
Guy Harris
2015-09-13
1
-3
/
+55
*
Just use a PACKET structure on the stack in the read routines.
Guy Harris
2015-09-13
1
-19
/
+33
*
Expand a comment.
Guy Harris
2015-09-13
1
-1
/
+4
*
The pcap_win pointer in pcap_activate_win32() is only used for DAG cards.
Guy Harris
2015-09-10
1
-0
/
+2
*
Get rid of unused variable.
Guy Harris
2015-09-10
1
-1
/
+0
*
Work around a WinPcap bug.
Guy Harris
2015-09-09
1
-0
/
+9
*
Avoid collision between local variable and argument.
Guy Harris
2015-09-09
1
-3
/
+3
*
Set setuserbuffer_op in WinPcap.
Guy Harris
2015-09-08
1
-0
/
+1
*
TurboCap is now decoupled from pcap-win32.c.
Guy Harris
2015-09-08
1
-2
/
+0
*
Declare pcap_wsockinit() in pcap-int.h.
Guy Harris
2015-09-04
1
-2
/
+3
*
Add TurboCap support from WinPcap.
Guy Harris
2015-09-03
1
-29
/
+10
*
Move the remaining send queue routines to pcap.c
Guy Harris
2015-09-03
1
-49
/
+0
*
Add the remaining WinPcap-only ops to the ops vector.
Guy Harris
2015-09-03
1
-223
/
+188
*
Rename pcap_win32strerror() to pcap_win32_err_to_str().
Guy Harris
2015-09-03
1
-10
/
+10
*
Pick up the "Win32 extensions", and add some new ones.
Guy Harris
2015-09-03
1
-8
/
+244
[next]