My favorites | Sign in
pdd
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Ostinato - An open-source Packet Crafter/Traffic Generator

Packet Dump Decode (pdd) is a simple convenient GUI wrapper around the Wireshark/Ethereal tools to convert packet hexdumps into well formatted xml containing the decoded protocols and protocol contents

Using pdd, you just need to copy-paste the hexdump into pdd and hit the "Decode" button.

Convert hexdumps to -

  • Tree-View (within application)
  • Pcap file and open with Wireshark/Ethereal
  • Text description of packet contents
  • XML description of packet contents

NOTE: pdd is only a wrapper around the Wireshark/Ethereal tools and hence needs either (but at least one) to be already installed.

Screencast
(this is an old version which only supported decode to tree-view)

Getting Packet Dump Decode

Windows: Portable 32-bit binary is available in downloads

Linux/BSD: Use the source archive in downloads to build (Pre-requisite: Qt4)-

$ cd pdd-0.2
$ qmake
$ make

Related Project

Ostinato Packet Generator/Analyzer with a friendly GUI. Aims to be Wireshark-in-Reverse

Powered by Google Project Hosting