Re: [Wireshark-dev] How can Wireshark improve

2014-04-24 Thread Richard Sharpe
On Thu, Apr 24, 2014 at 10:12 PM, Jaap Keuter wrote: > On 04/22/2014 05:15 PM, Jeff Morriss wrote: >> >> I really, really, *really* should take some time to clean up the wiki >> documentation of MATE and provide a lot more examples... Somehow I never >> find >> the motivation to tackle that beas

Re: [Wireshark-dev] GIT vs SVN

2014-04-24 Thread Jaap Keuter
On 04/04/2014 10:11 PM, Evan Huus wrote: > On Fri, Apr 4, 2014 at 4:08 PM, Guy Harris wrote: >> >> On Apr 4, 2014, at 9:21 AM, Herb Falk >> wrote: >> >>> No, I just wanted to understand. It will be a couple of hours work. Tried >>> to GIT clone and to add in my changes, but it didn't go well

Re: [Wireshark-dev] How can Wireshark improve

2014-04-24 Thread Jaap Keuter
On 04/22/2014 05:15 PM, Jeff Morriss wrote: > > I really, really, *really* should take some time to clean up the wiki > documentation of MATE and provide a lot more examples... Somehow I never find > the motivation to tackle that beast... > On a side note, should we aim for getting this stuff i

Re: [Wireshark-dev] [Wireshark-commits] master fc5d8db: Create the HTTP tree after we're assured it's HTTP. Otherwise a bogus tree is created when HTTP2 traffic is found.

2014-04-24 Thread Peter Wu
On Thursday 24 April 2014 16:41:02 mman...@netscape.net wrote: > After looking at this, I'd have to say the DTLS decryption test is > "flawed". It sets up a key to decifer traffic as HTTP, but it's not really > HTTP, it's just a bunch of ASCII strings. I can change it to any of the > valid dissec

[Wireshark-dev] Cherry picking (for backport) in Gerrit

2014-04-24 Thread Jaap Keuter
Ok, so I cherry-picked my change from master to master-1.10 and master-1.8. All is in there but the topic, which is empty now. I can edit it, but that opens a dialog with an entry for 'topic name' (I get that) and a 'topic message'. What is that? Is that going to replace the commit message (which I

Re: [Wireshark-dev] [Wireshark-commits] master fe195c0: Don't throw for offset at end of TVB with len -1.

2014-04-24 Thread Jeff Morriss
On 04/23/2014 11:57 AM, Wireshark code review wrote: URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fe195c0c978b4b92dc5a77daa6449a7f1314243d Submitter: Evan Huus (eapa...@gmail.com) Changed: branch: master Repository: wireshark Commits: fe195c0 by Evan Huus (eapa...@g

Re: [Wireshark-dev] [Wireshark-commits] master fc5d8db: Create the HTTP tree after we're assured it's HTTP. Otherwise a bogus tree is created when HTTP2 traffic is found.

2014-04-24 Thread Evan Huus
On Thu, Apr 24, 2014 at 4:41 PM, wrote: > After looking at this, I'd have to say the DTLS decryption test is "flawed". > It sets up a key to decifer traffic as HTTP, but it's not really HTTP, it's > just a bunch of ASCII strings. I can change it to any of the valid > dissectors and presuming the

Re: [Wireshark-dev] [Wireshark-commits] master fc5d8db: Create the HTTP tree after we're assured it's HTTP. Otherwise a bogus tree is created when HTTP2 traffic is found.

2014-04-24 Thread mmann78
After looking at this, I'd have to say the DTLS decryption test is "flawed". It sets up a key to decifer traffic as HTTP, but it's not really HTTP, it's just a bunch of ASCII strings. I can change it to any of the valid dissectors and presuming the DTLS decyption is done correctly (which I pr

[Wireshark-dev] controlling the display of the leading bit string when bitmask != 0

2014-04-24 Thread John Dill
Is there a mechanism to control whether I want the bit string displayed when the bitmask field is non-zero? Granted, in most circumstances, it looks good for data elements that consist of consecutive bits, but in others it just looks jarring. For example, I have a character attribute that has th

Re: [Wireshark-dev] no sound during playback of amr call

2014-04-24 Thread Anders Broman
From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Rahul Rohit Sent: den 24 april 2014 14:34 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] no sound during playback of amr call >Hi, >What I understood is that to check play

Re: [Wireshark-dev] no sound during playback of amr call

2014-04-24 Thread Rahul Rohit
Hi, What I understood is that to check playback feature for every standard payload type of RTP we need codecs specific to that standard .By default wireshark has codec only for RTP payload type 0 and 8(G.711 A class and U class) and doesn't have codecs for remaining payload types (including dy

Re: [Wireshark-dev] no sound during playback of amr call

2014-04-24 Thread Anders Broman
Hi, I'm not sure what you are after. To playback an (audio) RTP stream the player must support the codec used. Currently Wireshark does only support playback of G711A/U (see http://wiki.wireshark.org/RTP_statistics and http://wiki.wireshark.org/VoIP_calls ) you can add codecs to C:\wireshark\pl

Re: [Wireshark-dev] no sound during playback of amr call

2014-04-24 Thread Rahul Rohit
Hi, Is there any way by which Wireshark be made to support play back for the RTP dynamic payload stream(PT_UNDF_96)by performing any change in the code or Wireshark. Regards Rahul Rohit From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Rahul