On Thu, Mar 7, 2013 at 3:04 AM, Tony Trinh <tony19@xxxxxxxxx> wrote:
>
> function tap.packet()
> local lengths = { param_len() }
> for i,len in ipairs( lengths ) do
> print( '['..i..']', len )
> end
> end
cristian: hi again. thanks again for the example.
anyway, in case of:
- multiple sctp DATA chunks (sctp DATA chunk bundling) containing
- multiple m3ua parameters
is this supposed to iterate over all the m3ua parameters (i.e. across
sctp data chunks)?
it does not seem so.
any idea how to iterate over the multiple sctp DATA chunks as well??
bye now!
cristian