http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24462
User: morriss
Date: 2008/02/25 08:43 PM
Log:
Use plain old strcmp() instead of g_ascii_strcasecmp() when searching for -Z.
On glib-1.2 systems g_ascii_strcasecmp() is in libwireshark (which we don't
want to include in dumpcap) and anyway our code should be the only thing
calling dumpcap with "-Z"--so hopefully there's no need for doing a
case-insensitive comparison.
(This is another argument for adding a "utils" library.)
Directory: /trunk/
Changes Path Action
+8 -12 dumpcap.c Modified