kindly provied full format of FULL mode streaming ---> Market depth structure Each market depth entry is a combination of 3 fields, quantity (int32), price (int32), orders (int32), totalling to 12 bytes. There are ten entries in succession—five [44 - 104] bid entries and five [104 - 164] offer entries.
as seen in image im getting strange results(marked red) kindly provide with sample data set to check against
You can check parsing tick data in java here https://github.com/rainmattertech/javakiteconnect/blob/master/src/main/java/com/rainmatter/ticker/KiteTicker.java . If you are not comfortable with java you can check python client also.
You can check against kite market depth for correctness of data.