You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using kaitai parsing network protocol,it works well. But when I want to develop a client to communicate with the server using a specified protocol, I need to generate raw data packets,copy each field into an array,at the end send the array.
So is there an easier way to do this?