1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#pragma once #ifdef __cplusplus extern "C" { #endif #include "stellar/packet.h" const char *packet_parse(struct packet *pkt, const char *data, uint16_t len); const char *layer_proto_to_str(enum layer_proto proto); #ifdef __cplusplus } #endif