Click here to Skip to main content
15,908,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using SharpPcap library to capture packet so how to convert raw packet into ippackets or any ohther packets?????
Posted

1 solution

you mean you need ip and other information from the raw packets captured?
then you need to parse all the headers starting from Ethernet, then IP and so on. You can get the header information from Ethernet[^], IPv4[^] etc.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900