Re: [Wireshark-dev] RTP audio playback

2006-12-15 Thread Alejandro Vaquero
Thomas Sillaber wrote: > Hi Alejandro, > > would be great to have all RTP Conversations in the VoIP Calls Dialog (like > T.38 Media). > Yep, this is in my todo list, but have not time lately to start working on this... > Regarding the VoIP RTP Player. What Header files do i need to decode/li

[Wireshark-dev] Capture Token Ring???

2006-12-15 Thread Eric Gamess
Hello, I have some Madge Smart 16/4 PCI Ringnode (BM) 2. I use Windows XP. I can capture token ring frames such as: - TR MAC Active Monitor Present - TR MAC Standby Monitor Present - DSAP IBM Net Management, Individual, SSAP IBM Net But, I can not capture the token? Is th

Re: [Wireshark-dev] How to dissect bit information??

2006-12-15 Thread Stephen Fisher
On Fri, Dec 15, 2006 at 01:47:32PM +0530, [EMAIL PROTECTED] wrote: > Could you also explain in detail about the RANGE_STRING Have you checked doc/README.developer for the range_string information? It is just like a value_string, but lets you specify a range of values to map to a string. > and

Re: [Wireshark-dev] How to dissect bit information??

2006-12-15 Thread Anders Broman \(AL/EAB\)
Hi, In value".. VALS(X), 0x0.." the 0x is the bit mask, for Z use 0x0f, for Y use 0x30. BR Anders From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: den 15 december 2006 09:18 To: wireshark-dev@wireshark.org Cc: [EMAIL PROTECT

[Wireshark-dev] How to dissect bit information??

2006-12-15 Thread jaiswal.vikash
Hello , While writing a dissector for my protocol I'm stuck up at a point . The description of my problem is provided below : Suppose my packet is like : __ | 7 | 6 | 5 | 4 |3

Re: [Wireshark-dev] [PATCH] bugfix : ICMP unreachable and tcp seq not shown

2006-12-15 Thread Sebastien Tandel
Hi Jeff, Jeff Morriss wrote: > Sebastien Tandel wrote: > >> I am not sure it's broken ... >> >> ICMP and ICMPv6 are rather different ... >> - ICMP states that you have to put the IP header + 64 bits of data >> - ICMPv6 RFC states, and I quote, you have to put >> "As much of invoking packet as

[Wireshark-dev] Adding "copy packet data" functionality to the packet list and packet details panes

2006-12-15 Thread Douglas Pratley
Hiya There are a few items in the Wishlist about being able to copy packet data to the clipboard that I'm thinking of having a go at (partially) implementing. I'm not going to look at actually being able to edit the packet list, just being able to get data out of Wireshark. I don't want to change