Section 13.3 of the 1588 specification* discusses the common message header
format. In particular, the messageLength field is defined in 13.3.2.4 as
“The total number of octets that form the PTP message. The counted octets start
with the first octet of the header and include and terminate with the
Signed-off-by: Matthew Sanders
---
msg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/msg.c b/msg.c
index d1619d4..6d5ca37 100644
--- a/msg.c
+++ b/msg.c
@@ -422,7 +422,7 @@ int msg_post_recv(struct ptp_message *m, int cnt)
break;
}
- err = s
On Thu, Oct 22, 2020 at 11:17:51AM +, Matt Sanders (matt8) via
Linuxptp-devel wrote:
> It is possible for 802.3 Ethernet adapters to be configured include the
> Ethernet
> CRC value in the raw frame which will be returned by the PF_PACKET / SOCK_RAW
> interface used by Linux PTP. This is con