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