directory
0.0.0-20250225053814-8a78cab23219
Repository: https://github.com/njcx/gopacket131_dpdk.git
Documentation: pkg.go.dev
# Packages
afpacket provides a simple example of using afpacket with zero-copy to read packet data.
arpscan implements ARP scanning of all interfaces' local networks using gopacket131_dpdk and its subpackages.
This binary provides an example of connecting up bidirectional streams from the unidirectional streams provided by gopacket131_dpdk/tcpassembly.
This binary shows how to display byte differences to users via the bytediff library.
No description provided by the author
No description provided by the author
No description provided by the author
This binary provides sample code for using the gopacket131_dpdk TCP assembler and TCP stream reader.
The pcapdump binary implements a tcpdump-like command line tool with gopacket131_dpdk using pcap as a backend data collection mechanism.
The pcaplay binary load an offline capture (pcap file) and replay it on the select interface, with an emphasis on packet timing.
The pfdump binary implements a tcpdump-like command line tool with gopacket131_dpdk using pfring as a backend data collection mechanism.
The pcapdump binary implements a tcpdump-like command line tool with gopacket131_dpdk using pcap as a backend data collection mechanism.
snoopread is a example for read a snoop file using gopacket131_dpdk and its subpackages and output the decoded data with a package count.
This binary provides sample code for using the gopacket131_dpdk TCP assembler raw, without the help of the tcpreader library.
synscan implements a TCP syn scanner on top of pcap.
Package util provides shared utilities for all gopacket131_dpdk examples.