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

Date: Tue, 08 Nov 2011 12:50:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39752

User: alagoutte
Date: 2011/11/08 04:50 AM

Log:
 From Iain Arnell via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6546
 packet-ajp13 fails to detect end of request body
 
 AJP13 may use two different packets to signify end of request body;
 either zero length packet, or packet with zero length content. The ajp13
 dissector already recognizes the former; this patch adds support for the
 latter.

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