This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/infra/packet_manager/packet_parser.h

16 lines
246 B
C

#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