Wireshark-bugs: [Wireshark-bugs] [Bug 9042] Proposed new dissector for HTTP/2.0

Date: Thu, 15 Aug 2013 16:01:52 +0000

Comment # 7 on bug 9042 from
(In reply to comment #6)
> Hi,
> 
> +  magic = tvb_get_ephemeral_string(tvb, offset, MAGIC_FRAME_LENGTH);
> +  if ( magic && memcmp( magic, kMagicHello, MAGIC_FRAME_LENGTH ) == 0 )
> 
> why yotvb_memeql() ?

Why you don't use tvb_memeql() ?


You are receiving this mail because:
  • You are watching all bug changes.