jianxiangxiong / pcaphar

Automatically exported from code.google.com/p/pcaphar
0 stars 0 forks source link

Empty statistics after uploading pcap files #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I'm using Wireshark to create *.pcap files from HTTP traffic sent from my 
Android smartphone (using the tutorial on your appspot page - even though I'm 
using a software for the wifi-hotspot).
2. Then I'm uploading the pcap file.

What is the expected output? What do you see instead?

I thought I'm going to see a waterfall chart of the HTTP requests and the pie 
charts. But instead it's just showing empty statistics (pie charts).

What version of the product are you using? On what operating system?

Wireshark 1.10.1 for tracking and Connectify for the wifi-hotspot. OS is 
Windows 7 Pro.

Please provide any additional information below.

I have attached a pcap file that reproduces the problem, as well as a 
screenshot of the outcome. In Wireshark's "Capture Options" I deactivated "Use 
pcap-ng format" since pcap2har is not supporting it yet.

Original issue reported on code.google.com by markus.w...@googlemail.com on 29 Jul 2013 at 6:55

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting this issue. It seems that you have only captured the 
traffic from one direction. We need both directions to reconstruct the 
request/response of HTTP. Using wireshark, I can seed all the packets are for 
responses, but no request.

Original comment by ls...@google.com on 29 Jul 2013 at 7:42

GoogleCodeExporter commented 9 years ago
Thank you very much, I wasn't aware of this. I finally managed to resolve my 
problem by setting up a virtual wifi manually (netsh) rather than using some 
kind of external software. Unfortunately many Android devices do not support ad 
hoc which is why I couldn't follow the tutorial accordingly. Everything is 
working fine now. Thanks for the service.

Original comment by markus.w...@googlemail.com on 29 Jul 2013 at 10:53