Generate Pcap

"Let there be packets!" – TCP/IP authors, probably

ADVANCED TOPICS
ANALYZE PCAP
OBTAIN PCAP
GET STARTED
Pcap File
Generate Pcap

Packet generation allows us to create artificial traffic that machines will treat as real. Applications of creating traffic include fuzzing, security auditing, bug reproduction, and throughput testing. Fuzzing will focus on the creation of packets that test boundary conditions while the latter three require sending packets out of your network interface. Which tool you use will largely depend on your use case.

Table of Contents

  • Randpkt
  • Test protocol dissectors or software with malformed packets.

  • Script Packets
  • Generate packets with your favorite programming language

  • Use a Program
  • Let somebody else build the packet generator