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

Wireshark-commits: [Wireshark-commits] rev 35161: /trunk-1.2/epan/ /trunk-1.2/epan/: addr_resolv.c

Date: Thu, 09 Dec 2010 14:29:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35161

User: etxrab
Date: 2010/12/09 06:29 AM

Log:
 Copy over:
 r 28842 Unsigned does not have msign.
 r 29130 Optimize column fill path.
 r 29133 Fix an ep buffer overrun introduced in r29130.
 r 29146 Fix regressions in r29130 and r29133
 In r29130 formating for DSECS was changed. (old: %01d now: %02d)
 In r29133 adding sign was removed (old: buf[0] = '-' now: buf[0] = '\0')
 
 Manly to make future bug fixing easier.

Directory: /trunk-1.2/epan/
  Changes    Path             Action
  +2 -2      addr_resolv.c    Modified
  +1 -1      addr_resolv.h    Modified
  +45 -28    to_str.c         Modified
  +1 -0      to_str.h         Modified