Wireshark-commits: [Wireshark-commits] rev 39388: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 12 Oct 2011 17:53:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39388

User: guy
Date: 2011/10/12 10:53 AM

Log:
 From Iain Arnell:
 
 Revision 35984 introduced a regression in ajp13_get_nstring. According
 to the comments here, the returned length _includes_ the trailing null.
 The encoded length, however, does _not_ including the trailing null.
 This patch resolves the problem by simply adding 1 to the returned
 length.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +1 -1      packet-ajp13.c    Modified