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

Date: Thu, 17 Feb 2011 19:28:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35984

User: gerald
Date: 2011/02/17 11:28 AM

Log:
 Don't allocate a bunch of memory on the stack for strings that will be
 fed to col_append_fstr; columns have a maximum length of 240 characters
 (ITEM_LABEL_LENGTH). Make sure our column text is properly formatted.

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