gzip - Sniffing network traffic in java -
referring to: how sniff network traffic in java?
i managed sniffer work various apis mentioned there (jnetpcap seems work best me). struggle make payload readable, in gzip format.
so there api (or way jnetpcap) sniff , decompress gzipped content in java?
you can use winpcap windows sniff packets
1.in java write code list network devices 2.then set filters sniff packets of own desire
Comments
Post a Comment