▲ | devmor 3 months ago | ||||||||||||||||||||||||||||||||||||||||||||||||||||
I’ve run into a similar effect when reverse engineering custom http packet protocols - the ones that have a unique pattern to the data structure are often easier to discern the usefulness of at a glance before even extracting the data I’m looking for! | |||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | AStonesThrow 3 months ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
What are “http packets”? [Spoiler: there is no such thing] http is an application-layer protocol. The PDU for http is “data”. http is stream-based due to being built on TCP, where the PDU is a “segment”. https://en.wikipedia.org/wiki/OSI_model#Layer_7:_Application... | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | codezero 3 months ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
[dead] |