Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

v-p-b/pdml2pit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PDML to Peach Pit

This is a simple tool to generate Data Models of the Peach Fuzzer from network data captured by popular network sniffers such as Wireshark. The tool takes a PDML file as input and generates an (almost) ready to use Peach Data Model XML.

PDML files are XML files representing the packet structures generated by the dissectors of Wireshark. PDML files can be easily generated by tshark like this:

cat single_packet.pcap | tshark -T pdml -i - > packet.pqml

About

Wireshark PDML to Peach Pit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages