Home > Archive > Smartphone Developer Forum > March 2006 > packet capturing - any idea???
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
packet capturing - any idea???
|
|
| cbwick 2006-03-22, 4:06 am |
| Can any one tell me, how to capture inbound/outbound IP packets to/from a
smartphone running on Windows Mobile. Is there any tool (like WinCap for
desktop Windows systems) for this purpose.
Please help me, experts.
-cbwick
| |
| Yaroslav Goncharov 2006-03-23, 4:13 am |
| Check out "NDIS Packet Capturing" in MSDN
http://msdn.microsoft.com/library/d...etcapturing.asp
Also take a look at Netlog, a sample tool that logs network traffic. It is
available in the Platform Builder
http://msdn.microsoft.com/library/d...50grfNetlog.asp
--
Yaroslav Goncharov
Spb Software House
"cbwick" <cbwick@discussions.microsoft.com> wrote in message
news:CC85CFD4-DAB3-49DD-9E80-65B59640E8FA@microsoft.com...
> Can any one tell me, how to capture inbound/outbound IP packets to/from a
> smartphone running on Windows Mobile. Is there any tool (like WinCap for
> desktop Windows systems) for this purpose.
>
> Please help me, experts.
>
> -cbwick
| |
| cbwick 2006-03-23, 4:13 am |
| Thanks Yaroslav. Information you provided is very useful for my project.
If you have used these tools in application development, can you tell me bit
more about how to use them. I mean, for example, if it is needed to examine
the header fields of the packets(source ip address, dest. ip address etc.),
how should I use these tools. I'm currently using c# language and visual
studio.net 2003 emulator for the development.
thanks again.
-cbwick
|
|
|
|
|