Skip to content

iangudger/pcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pcap file format in Go

The format of the file is a Header, followed by PacketHeader and packet data pairs. PacketHeader.IncludedLength should match the length of the packet data to produce a valid file.

The headers should be binary encoded using either encoding/binary or github.com/iangudger/binary.

About

Dependency-free pcap file format implimentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages