Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4303] Optimize wireshark

Date: Wed, 9 Dec 2009 03:34:22 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4303

Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4041|review_for_checkin?         |
               Flag|                            |
   Attachment #4041|0                           |1
        is obsolete|                            |
   Attachment #4042|review_for_checkin?         |
               Flag|                            |
   Attachment #4042|0                           |1
        is obsolete|                            |
   Attachment #4044|                            |review_for_checkin?
               Flag|                            |

--- Comment #6 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2009-12-09 03:34:11 PST ---
Created an attachment (id=4044)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4044)
to_str.c changes: cumulative

this patch include two previous patches + 
  - fix minor, but quite fatal bug in guint32_to_str()
     - *bp = (u % 10) | '0';
     + *--bp = (u % 10) | '0';

  - move bytes_to_str_punct(), bytes_to_str() to to_str.c, and reuse
hex-functions
    [& remove note from r31212]

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.