Re: How can I see the TCP packages of an incoming SMS

2016-09-21 Thread Alvaro Cornejo
Hi That is not possible if you use the GSM as a modem since it talks a serial protocol (rs232/usb), not ethernet. You might need a serial/usb sniffer. wireshark/tcpdump does "sniff" TCP packets. Regards Alvaro |---

Re: How can I see the TCP packages of an incoming SMS

2016-09-21 Thread DHC Admin
You can sniff USB with wireshark. But you will need an specify scenario: https://wiki.wireshark.org/CaptureSetup/USB On Wed, Sep 21, 2016 at 10:37 AM, Alvaro Cornejo wrote: > Hi > > That is not possible if you use the GSM as a modem since it talks a serial > protocol (rs232/usb), not ethernet.