summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/core/messageHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/core/messageHandler.h')
-rwxr-xr-xhicn-light/src/core/messageHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-light/src/core/messageHandler.h b/hicn-light/src/core/messageHandler.h
index d63656461..cf8ab3672 100755
--- a/hicn-light/src/core/messageHandler.h
+++ b/hicn-light/src/core/messageHandler.h
@@ -145,7 +145,7 @@ static inline size_t messageHandler_GetIPHeaderLength(unsigned ipVersion) {
return 0;
}
-static inline bool messageHandler_IsValidHIcnPacket(const uint8_t *message) {
+static inline bool messageHandler_IsValidHicnPacket(const uint8_t *message) {
uint8_t version = messageHandler_GetIPPacketType(message);
if (version == IPv6_TYPE || version == IPv4_TYPE) {
return true;