I am aiming to use my PIC to analyse TCP packets. This means that it should be able to receive all TCP packets and then process them.I am trying to configure my PIC to process all TCP packets in the following way:First I extract the TCP header using the M..
↧