Skip to content

kor44/pcapng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PcapNG

This library provides packet reading capabilities of files in pcang format.

// Create new reader:
f, _ := os.Open("file.pcapng")
defer f.Close()
r, err := NewReader(f)
data, ci, err := r.ReadPacketData()

About

Support read packets of PCAPNG files for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages