Skip to content

noselasd/pcap-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About
----------
pcap-tools is a collection of command line tools for working with .pcap
files.

Tools
---------
The following tools are provided:

pcap-dump: Prints out a hex dump of packets in pcap files
           Prints out misc other info of a pcap file

pcap-changehdr: Change the file header fields of a .pcap file
                Print out the file header fields of a .pcap file

pcap-duplicate: Writes a new pcap file with each packet duplicated
                the given amount of times, and for IPv4 packets, the
                source and destination IP address can be changed for 
                each duplicated packet.

Building
---------
Prerequisites:
    * libpcap development files

If checked out from source code control, first run

    autoreconf -fi

Then run
    ./configure
    make
    make install



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published