issues
search
packetcap
/
go-pcap
Packet capture library and tools in native go
Apache License 2.0
26
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
incomplete filter string support
#59
hangyan
opened
1 month ago
5
OpenLive for any interface in MacOS
#58
tjjh89017
opened
2 months ago
4
BPF Lexer coverage
#57
mosajjal
opened
5 months ago
5
Github Actions with workflow_dispatch
#56
amarcum
opened
5 months ago
1
Release tags
#55
amarcum
closed
5 months ago
5
Automated releases
#54
amarcum
closed
6 months ago
1
Updated to gopacket/gopacket
#53
amarcum
closed
6 months ago
10
gopacket dependency update
#52
amarcum
opened
6 months ago
3
when checking netmask, use AND and not ADD
#51
deitch
closed
6 months ago
0
Using BPF filter with netmask does not capture any packets.
#50
Snshadow
closed
6 months ago
4
add negator to primitive
#49
deitch
closed
6 months ago
0
Using BPF filter with not keyword or net mask
#48
Snshadow
closed
6 months ago
5
Bump golang.org/x/net from 0.17.0 to 0.23.0
#47
dependabot[bot]
closed
6 months ago
0
syscalls doesn't support `Timestamp` or `Length`
#46
fs185143
opened
8 months ago
6
Bump golang.org/x/net from 0.7.0 to 0.17.0
#45
dependabot[bot]
closed
1 year ago
0
subProtocol of filter didn't support custom ip protocol
#44
yxhl
opened
1 year ago
3
Close handle without waiting for Poll to exit
#43
milan-zededa
closed
1 year ago
2
Avoid race between Close and processMmapPackets
#42
milan-zededa
closed
1 year ago
11
SIGSEGV inside processMmapPackets
#41
milan-zededa
closed
1 year ago
4
Add VLAN tags when available
#40
cpg1111
opened
1 year ago
0
add VLAN tags to packet capture
#39
cpg1111
closed
1 year ago
14
fix linting, update versions
#38
deitch
closed
1 year ago
0
Bump golang.org/x/sys from 0.0.0-20200302150141-5c8b2ff67527 to 0.1.0
#37
dependabot[bot]
closed
1 year ago
1
Bump golang.org/x/net from 0.0.0-20200226121028-0de0cce0169b to 0.7.0
#36
dependabot[bot]
closed
1 year ago
0
Create LICENSE
#35
deitch
closed
2 years ago
1
Please add a LICENSE file
#34
eriknordmark
closed
2 years ago
0
Introduce new method SetRawBPFFilter to pcap Handle
#33
gkodali-zededa
closed
3 years ago
0
reverse the internal isOpen flag
#32
deitch
closed
4 years ago
0
use atomic everywhere
#31
deitch
closed
4 years ago
0
atomic sync to prevent race condition
#30
deitch
closed
4 years ago
0
extract mmap packet processing to prepare for atomic loop
#29
deitch
closed
4 years ago
0
check isOpen in mmap more sanely
#28
deitch
closed
4 years ago
0
remove func in log; use SetReportCaller if you want it
#27
deitch
closed
4 years ago
0
handle EINTR error and ENETDOWN
#26
deitch
closed
4 years ago
0
handle interface is not up on startup
#25
deitch
closed
4 years ago
0
Fixes issue where it ignored errors in revents
#24
deitch
closed
4 years ago
0
include interface in debug logs
#23
deitch
closed
4 years ago
0
log at each loop
#22
deitch
closed
4 years ago
0
add loop to check for packet even after loop returns without error
#21
deitch
closed
4 years ago
0
even more debug logs
#20
deitch
closed
4 years ago
0
add lots of debug data
#19
deitch
closed
4 years ago
0
fix caching for mmap
#18
deitch
closed
4 years ago
0
switch to tpacket_v3
#17
deitch
closed
4 years ago
0
more output on command-line cli
#16
deitch
closed
4 years ago
0
Add option to control whether using syscall or mmap
#15
deitch
closed
4 years ago
0
more logging and add explicit blocking
#14
deitch
closed
4 years ago
0
Composite distill
#13
deitch
closed
4 years ago
0
Eliminate composite duplication
#12
deitch
opened
4 years ago
0
Simplify composites that can be a single primitive
#11
deitch
closed
4 years ago
0
add support for braces
#10
deitch
closed
4 years ago
0
Next