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

Date: Fri, 14 Oct 2011 07:52:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39417

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

Log:
 From Iain Arnell:
 
 The existing code adds all ajp13 header names to the protocol tree as
 ajp13.hval; header values aren't added at all. The original intention
 appears to have been to add header names as ajp13.hname and their values
 as ajp13.hval. Even if implemented properly, this doesn't allow
 filtering properly (unless there's some funky syntax I'm not aware of).
 
 This patch uses dedicated header fields for those request/response
 headers that are explicitly defined in AJP13 protocol. Undefined headers
 names and their values are added as a single ajp13.additional_header in
 easily matched "Header-Name: Value" string format.

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