4
votes
4answers
308 views
Safe, efficient way to access unaligned data in a network packet from C
I'm writing a program in C for Linux on an ARM9 processor. The program is to access network packets which include a sequence of tagged data like:
<fieldID><length><d …
