ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Sun, 19 Aug 2012 03:55:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44578

User: martinm
Date: 2012/08/18 08:55 PM

Log:
 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).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +12 -10    packet-per.c    Modified