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 22336: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 17 Jul 2007 18:56:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22336

User: morriss
Date: 2007/07/17 06:56 PM

Log:
 Don't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1.  Replaced with generic isupper() and tolower().

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +31 -31    packet-imf.c    Modified