Hi,
Just discovered pcap2har today, and it feels good fit for something
ive been thinking off. Awesome job!
How to not use the PageTracker() feature?
The generated har shows 4 "pages" or more, depending on the file. I am
sure those objects are within a single pageload... Is there a way to
make pcap2har believe that everything in my cap file belongs to a
single pageload?
FYI:-
original pcap file :
http://www.sajalkayan.com/tests/4.cap
resulting .har file :
http://www.sajalkayan.com/tests/4.har
The .cap file was generated using
webpagetest.org's 'Capture network
packet trace (tcpdump)' feature.
PS: I also got an import error for dpkt when trying to run pcap2har
which was resolved by downloading from
http://code.google.com/p/dpkt/
-Sajal