Re: asks about gprs
Guy Harris <[email protected]> Thu, 10 Aug 2006 02:00:05 -0700
| Newsgroups | gmane.network.ethereal.user |
|---|---|
| Message-ID | <[email protected]> |
------------------- The Ethereal project is being continued at a new site. Please go to http://www.wireshark.org and subscribe to [email protected]. Don't forget to unsubscribe from this list at http://www.ethereal.com/mailman/listinfo/ethereal-users ------------------- Nokturno wrote: > ------------------- > The Ethereal project is being continued at a new site. Please go to > http://www.wireshark.org and subscribe to [email protected]. > Don't forget to unsubscribe from this list at > http://www.ethereal.com/mailman/listinfo/ethereal-users > ------------------- > > can I ask you something about capturing packet data from GPRS network? > how to capture data packet from GPRS network using ethereal software? If you're running on a machine running an OS that can support Ethereal - or Wireshark, as per the comment - and that supports a GPRS card as a network adapter, it'll probably have a PPP link for the GPRS connection, so if the OS can capture on that PPP link, you should be able to capture data packets at that level. Capturing packets at a level below that isn't supported by libpcap/WinPcap, which is what Wireshark (and Ethereal) use to capture traffic.