OPCODE
#define OPCODE(v) ((v) & OPCODE_MASK)
#define OPCODE(packet) ((*buffer_at((packet), 2) & OPCODE_MASK) >> OPCODE_SHIFT)