http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18447
User: guy
Date: 2006/06/13 05:39 AM
Log:
Constify to fix compiler warnings.
Check for printable ASCII - 0x7F is >= 0x20, but it's not printable, and
0x80 through 0xFF aren't ASCII.
Note that we should perhaps be using RFC 2252-style schemas to figure
out which attribute and assertion values are text and which are binary.
Directory: /trunk/epan/dissectors/
Changes Path Action
+20 -14 packet-ldap.c Modified
Directory: /trunk/asn1/ldap/
Changes Path Action
+14 -8 packet-ldap-template.c Modified