Results 1 to 1 of 1
Actually web content is gzipped. browsers will decompress them on the fly. i have a program that will sniff out the data thro an interface. but since the web content ...
- 03-18-2007 #1Just Joined!
- Join Date
- Mar 2007
- Location
- Hyderabad, India
- Posts
- 2
How to get the header and payload that is going on a interface and gzipped.
Actually web content is gzipped. browsers will decompress them on the fly. i have a program that will sniff out the data thro an interface. but since the web content is gzipped, i am getting only junk. i want to know a way to decompress that on the fly without using any external program. that is i need a code which i should be able to paste inside my code which will decompress the data ON-THE-FLY. i am working in C. i use sockets to grab data from an interface.


Reply With Quote