1  char CJPAT_Packet[1508] = {};
2void build_packet(int port, char *packet) {
3            memcpy(packet, CJPAT_Packet, sizeof(CJPAT_Packet));
4}
5