X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fhelpers%2FREADME;fp=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fhelpers%2FREADME;h=133b2c0e0ffb66b6429775e47b72c1a0ddc44fc3;hb=c881c12ed7e116f1d43760a0d9873f860c10a357;hp=0000000000000000000000000000000000000000;hpb=af14877201a9856708ec43086a229777d9cb3da7;p=anna.git diff --git a/example/diameter/launcher/resources/rest_api/helpers/README b/example/diameter/launcher/resources/rest_api/helpers/README new file mode 100644 index 0000000..133b2c0 --- /dev/null +++ b/example/diameter/launcher/resources/rest_api/helpers/README @@ -0,0 +1,14 @@ +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)