X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2FpcapDecoder%2FtsharkDecoder.sh;h=b131fe5389e00b98d1e293a27c36f09e1aff9e5e;hp=6b14320d6e85900407744a82a14b7c0898f17848;hb=0da803c3f1efaeffb1ccafe38013593e2de887a6;hpb=37e9fbf9c427f6cedb6da49959eae8e6c44fd9ec diff --git a/example/diameter/pcapDecoder/tsharkDecoder.sh b/example/diameter/pcapDecoder/tsharkDecoder.sh index 6b14320..b131fe5 100755 --- a/example/diameter/pcapDecoder/tsharkDecoder.sh +++ b/example/diameter/pcapDecoder/tsharkDecoder.sh @@ -107,7 +107,7 @@ RESULTS_DIR=`dirname $PCAP_FILE` # Fields needed (we won't need diameter.hopbyhopid & diameter.endtoendid to verify diameter message as hint patterns; length management will be enough): FIELDS_DIAMETER="-e diameter.cmd.code -e diameter.flags.request -e diameter.applicationId -e diameter.hopbyhopid -e diameter.endtoendid -e diameter.length" FIELDS="-e frame.number -e frame.time_epoch -e ip.src_host -e ip.dst_host $FIELDS_DIAMETER -e tcp.len -e frame.protocols -e tcp.segment" -# Disect selectors +# Disect selectors for non-standard diameter ports: # 13868 port for Ericsson Sy DISECT_SELECTORS="-d tcp.port=13868,diameter"