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

Date: Fri, 14 Oct 2011 07:45:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39416

User: guy
Date: 2011/10/14 12:45 AM

Log:
 From Iain Arnell:
 
 AJP13 uses a string size of 0xFFFF to indicate a null string;
 ajp13_get_nstring function would incorrectly return invalid data.
 
 In disaply_req_body function, the content_length really is the length of
 the data; there is no trailing null.

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