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-22 Thread Evan Huus
The DTLS decryption test has been failing for the last few days because of this. Not sure what the relation is, but... On Sun, Apr 20, 2014 at 8:40 AM, Wireshark code review wrote: > URL: > https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc5d8db74dc473610b9fc6c0c4b571d4aa6526

[Wireshark-dev] Wireshark 1.8.14 is now available

2014-04-22 Thread Gerald Combs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.8.14. __ What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting, analysis

[Wireshark-dev] Wireshark 1.10.7 is now available

2014-04-22 Thread Gerald Combs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.10.7. __ What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting, analysis

[Wireshark-dev] preventing malformed packet errors with dissector when desegment is turned off

2014-04-22 Thread John Dill
I have a dissector for an application layer protocol that is on top of a TCP port. \code snippet guint get_xyz_pdu_len(packet_info *pinfo, tvbuff_t *tvb, int offset) { guint32 plen; /* Get the length of the TCP XYZ payload. */ plen = tvb_get_ntohl(tvb, offset); /* The TCP XYZ payload le

Re: [Wireshark-dev] How can Wireshark improve

2014-04-22 Thread Jeff Morriss
On 04/19/14 15:48, Guy Harris wrote: On Apr 19, 2014, at 12:24 PM, Richard Sharpe wrote: One think I would like to be able to do is "Show me all the SMB2 requests where the smb2.flags.is_response == true && smb2.nt_status != NT_STATUS_SUCCESS" Presumably you mean "show me all the SMB2 tran

Re: [Wireshark-dev] [Wireshark-core] Hash Tables and Algorithmic Complexity Attacks

2014-04-22 Thread Evan Huus
> On Apr 22, 2014, at 7:52 AM, Bálint Réczey wrote: > > [Bringing the discussion to -dev with Evan's permission] > > 2014-04-22 10:15 GMT+02:00 Anders Broman : >> >> >> -Original Message- >> From: wireshark-core-boun...@wireshark.org >> [mailto:wireshark-core-boun...@wireshark.org] O

Re: [Wireshark-dev] [Wireshark-core] Hash Tables and Algorithmic Complexity Attacks

2014-04-22 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Bálint Réczey Sent: den 22 april 2014 13:53 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] [Wireshark-core] Hash Tables and Algorithmic Complexit

Re: [Wireshark-dev] [Wireshark-core] Hash Tables and Algorithmic Complexity Attacks

2014-04-22 Thread Bálint Réczey
[Bringing the discussion to -dev with Evan's permission] 2014-04-22 10:15 GMT+02:00 Anders Broman : > > > -Original Message- > From: wireshark-core-boun...@wireshark.org > [mailto:wireshark-core-boun...@wireshark.org] On Behalf Of Evan Huus > Sent: den 22 april 2014 05:36 > To: Wireshark