Wireshark-commits: [Wireshark-commits] rev 32241: /trunk/epan/ /trunk/epan/: proto.c

Date: Fri, 19 Mar 2010 02:05:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32241

User: sahlberg
Date: 2010/03/18 07:05 PM

Log:
 Change printing of all BASE_OCT values to use the alternate form
 %#o instead of %o
 
 This means that the value will be printed with a leading 0, which is the 
 standard way to denominate that a value is in base octal.

Directory: /trunk/epan/
  Changes    Path          Action
  +8 -8      proto.c       Modified