Wireshark-commits: [Wireshark-commits] rev 26157: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-smtp.c
From:
guy@xxxxxxxxxxxxx
Date: Sun, 07 Sep 2008 01:50:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26157
User: guy
Date: 2008/09/06 06:50 PM
Log:
Style and indentation cleanups.
Don't initialize a variable that's set (in the handoff registration
routine) before being used.
Now that we're GLib 2.0-only, use g_ascii_isalpha() rather than rolling
our own.
Directory: /trunk/epan/dissectors/
Changes Path Action
+39 -106 packet-smtp.c Modified