http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39063
User: guy
Date: 2011/09/20 10:23 AM
Log:
Use ENC_ values in proto_tree_add_item() calls. Use ENC_UTF_8 for
strings, and note that, for older AFP clients and servers, we might need
a way to say to use some Mac encoding instead.
Use tvb_strsize() rather than tvb_get_ephemeral_stringz() to just get
the length of a null-terminated string.
Use FT_GUID for UUIDs.
The low-order bit in the MessageBitmap in the FPGetSrvrMsg reply does
not, at least according to the current AFP spec, specify whether there's
a message at all, it specifies whether it's a server message or a login
message. The spec *does* now mention the "message is UTF-8" bit; use
it.
Fix a blurb.
Directory: /trunk/epan/dissectors/
Changes Path Action
+440 -409 packet-afp.c Modified