Wireshark-commits: [Wireshark-commits] rev 44969: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse

Date: Tue, 18 Sep 2012 12:16:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44969

User: etxrab
Date: 2012/09/18 05:16 AM

Log:
 Copy over the following revissions:
 --------------------------------------------------------------------------------
 Revision 44588 - Try to fix the buildbot
 --------------------------------------------------------------------------------
 Revision 44586 - Apply the speed improvement from r44578 to 64bits variant ...
 --------------------------------------------------------------------------------
 Revision 44578 - Calling g_strlcat() for every bit of a constrained integer was really
 slow.  Track the index and write the characters directly (while still
 carefully checking that we don't spill the buffer).
 --------------------------------------------------------------------------------
 Revision 44510 - From Jan de Jongh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7624 :
 dissect_per_constrained_integer_64b fails for 64 bits
 --------------------------------------------------------------------------------
 Revision 44181 - remove unnecessary underscores from display filters
 --------------------------------------------------------------------------------

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path            Action
  +61 -49    packet-per.c    Modified