From: Eduardo Ramos Testillano Date: Sat, 5 Mar 2016 14:46:26 +0000 (+0100) Subject: helper comment X-Git-Tag: REFACTORING_TESTING_LIBRARY~18 X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=f844fa068cf757c0b517318dc1437bd29f319d94 helper comment --- diff --git a/example/diameter/pcapDecoder/tsharkDecoder.sh b/example/diameter/pcapDecoder/tsharkDecoder.sh index 93b29d4..35a9815 100755 --- a/example/diameter/pcapDecoder/tsharkDecoder.sh +++ b/example/diameter/pcapDecoder/tsharkDecoder.sh @@ -38,7 +38,8 @@ # Decoder version using tshark tool # -# RESTRICTIONS: only TCP datagrams. Allow split diameter messages between frames, but not, several messages into single datagram. +# RESTRICTIONS: TCP & SCTP datagrams. Allow split diameter messages between frames, but not, several messages into single datagram. +# If sniffing fails, try to create the .hex and .metadata files manually (try 'tshark -nr input.pcap -Vx' and so on ...) ############# # VARIABLES #