In reply to dave_59:
I want to create a logic by which each packet should have an associated “tag value”, which can be from 0 to 127.
There can be n numbers of packets.If number of packets are more than 127 then again tag value will be repeat in the same manner like 0,1,2…127.
I tried with array however I understood that by array it can not be done,also i am not able to think of any constraint for this.
Please help me,Thank you.