On Thu, May 16, 2013 at 10:08 AM, <
pd1ex...@gmail.com> wrote:
> Many thanks Tomasz.
> You are right, now I got the right usb-port. However, I was expecting being
> able to see a live tcpdump showing me all network protocols exchanged with
> the handset, but it just focuses on USB-protocolls. I dont see any http,
> etc.
> Is my use case not appropriate for usbpcap?
If your device is of USB communications device class (USB CDC) then
Wireshark should feed the data transmitted over bulk endpoints to
ethernet dissector. Wireshark needs to know about device before doing
so though, so the capture file must contain USB descriptors.
If your device is of some other class, then you would have to add
appropriate dissector to Wireshark.