1 | initial version |
Am reading a specific protocol encapsulated in udp protocol
What protocol is that?
i know from a documentation that the protocol am working in is starting with PPP In HDLC-Like Framing
Is that "PPP in HDLC-like framing" as in there's one PPP frame per UDP packet, and each frame has an address field of 0xFF and a control field of 0x03 before the PPP protocol field" or is it "PPP in HDLC-like framing" as in "the data in the UDP packets includes octet-stuffed framing or bit-stuffed framing", so that the packets need to have PPP frame boundaries determined and need to have the stuffing undone?