1) Disect a pcap by mean the 'tsharkDecoder.sh' utility. For example: ./tsharkDecoder.sh example.pcap 2) Check the files created (metadata & hex) for every pcap frame. The 'origin-hosts' file content all the Origin-Host names found in the pcap capture. 3) Decode an hex file by mean the 'decodeHex.sh' script. For example: ./decodeHex.sh 8.hex This will create the corresponding diameter message representation in two formats: 3.1) xml format 3.2) json format (through diameterJsonHelper resources)