All Forums
 Embedded Linux
 Linux FAQ
 Capturing cellular GPRS traffic on ZyWAN
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

grenierm

133 Posts

Posted - 18 Aug 2009 :  15:42:14  Show Profile  Email Poster
Q: How do I capture network communication going through the cellular GPRS network?

A:You can capture network communication going through the cellular GPRS network using a program called ‘tcpdump’

The following command will store all network traffic to a log file at /tmp/log.txt:

tcpdump -v -i ppp0 -w /tmp/log.txt

To run with a partial output (which dumps data to the console) use:

tcpdump -v -i ppp0
  Topic  
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.02 seconds. Snitz Forums 2000