Eurotech Support Forums
Forum Topic Index

Go To topic: Go

Eurotech Support Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Embedded Linux
 Linux FAQ
 Capturing cellular GPRS traffic on ZyWAN
 Forum Locked
 Printer Friendly
Author  Topic Next Topic  

grenierm

133 Posts

Posted - 18 Aug 2009 :  15:42:14  Show Profile
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 Next Topic  
 Forum Locked
 Printer Friendly
Jump To:
Eurotech Support Forums © 2009 Eurotech Inc. Go To Top Of Page
This page was generated in 0.02 seconds. Snitz Forums 2000