In packet sniffer, coded using C, is it possible to print the URL from a captured HTTP packet? Is there a way to exactly locate the URL field from the TCP/UDP payload?
Asked
Active
Viewed 20 times
0
-
Does this help? https://stackoverflow.com/questions/2703238/how-to-hijack-all-local-http-request-and-extract-the-url-using-c/ – e.dan Dec 12 '17 at 06:47
-
Yes! Thanks a ton!! – Nnn Dec 12 '17 at 07:28