I am writing a packet sniffer and have to detect when packets come from a certain website. I was wondering if the packet always contains a header, or if it is only a select few.
Thanks
I am writing a packet sniffer and have to detect when packets come from a certain website. I was wondering if the packet always contains a header, or if it is only a select few.
Thanks
No. There are packets for the TCP handshake, and packets could contain only pieces of the request body.