ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 18447: /trunk/ /trunk/epan/dissectors/: packet-ldap.c /t

Date: Tue, 13 Jun 2006 05:39:55 GMT
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