refactor: rename the directory infra/packet_parser to infra/paket_manager
This commit is contained in:
15
infra/packet_manager/packet_parser.h
Normal file
15
infra/packet_manager/packet_parser.h
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user