Packet Logging Over UDP

smack

Junior Member
Joined
Feb 1, 2010
Messages
182
Reaction score
80
can anyone recommend a good packet logger for sniffing on a UDP stream?

i've used commview and httpanalyzer quite a bit in the past for tcp/http requests but they fall quite a bit short when attempting to work with anything outside the realm of TCP (to be expected).

my main motivation here is to learn how flash streams video from a browser at a lower level so i can emulate it with a windows based .net application. :)
 
You can use http://www.wireshark.org/ for this.

Flash streaming is done via http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol[/url. You may also be interested in http://rtmpdump.mplayerhq.hu/.
 
thanks voyevoda. :)
 
is someone making a program to maps omegle, stickam, chatroulette ??? :)
 
oh no, never. that would be wrong. :)

i'm simply just very interested in how RTMFP works and its client to client capabilities.
 
Back
Top