non-standard disection
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sun, 31 Jan 2016 03:15:42 +0000 (04:15 +0100)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sun, 31 Jan 2016 03:15:42 +0000 (04:15 +0100)
example/diameter/pcapDecoder/tsharkDecoder.sh

index 6b14320..b131fe5 100755 (executable)
@@ -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"