From c60abc0742150b5709fcf21ece212d09bc1da268 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Wed, 2 Mar 2016 19:41:46 +0100 Subject: [PATCH] comment --- example/diameter/pcapDecoder/tsharkDecoder.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/diameter/pcapDecoder/tsharkDecoder.sh b/example/diameter/pcapDecoder/tsharkDecoder.sh index b925d38..64ff2af 100755 --- a/example/diameter/pcapDecoder/tsharkDecoder.sh +++ b/example/diameter/pcapDecoder/tsharkDecoder.sh @@ -37,6 +37,8 @@ # Decoder version using tshark tool +# +# RESTRICTIONS: only TCP datagrams. Allow split diameter messages between frames, but not, several messages into single datagram. ############# # VARIABLES # -- 2.20.1