Add first work package for REST API implementation
[anna.git] / example / diameter / launcher / resources / rest_api / helpers / README
1 1) Disect a pcap by mean the 'tsharkDecoder.sh' utility. For example:
2
3    ./tsharkDecoder.sh example.pcap
4
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.
7
8 3) Decode an hex file by mean the 'decodeHex.sh' script. For example:
9
10    ./decodeHex.sh 8.hex
11
12    This will create the corresponding diameter message representation in two formats:
13    3.1) xml format
14    3.2) json format (through diameterJsonHelper resources)