Skip to content

Commit 6b425dd

Browse files
committed
Fix windows errors introduced in
7d9ba85
1 parent 7d9ba85 commit 6b425dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pcap/pcap_windows.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77

88
package pcap
99

10+
import (
11+
"runtime"
12+
)
13+
1014
func (p *Handle) openLive() error {
1115
// do nothing
16+
return nil
1217
}
1318

1419
// waitForPacket waits for a packet or for the timeout to expire.

0 commit comments

Comments
 (0)