Wireshark-commits: [Wireshark-commits] rev 54376: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Mon, 23 Dec 2013 09:42:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54376

User: martink
Date: 2013/12/23 09:42 AM

Log:
 correct http2 detection
 
 check the input tvb's length before doing tvb_get_guint8(tvb,2)
 reject a short packet, don't throw an exception

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +6 -3      packet-http2.c    Modified