struct PROTOCOL_STRUCT { CHAR* name; BYTE code; }; #define MAKE_PROTOCOL_INFO(name, no) { #name, no } #define MAKE_PROTOCOL_INFO_EOR() { NULL, 0 }