From f844fa068cf757c0b517318dc1437bd29f319d94 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Sat, 5 Mar 2016 15:46:26 +0100 Subject: [PATCH] helper comment --- example/diameter/pcapDecoder/tsharkDecoder.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 # -- 2.20.1