

typedef struct {
	int tag;
	int len;
	unsigned char *ptr;
} tag_t;

