http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39187
User: guy
Date: 2011/09/29 01:03 PM
Log:
Clean up white space.
The appropriate encoding for a string is ENC_BIG_ENDIAN or
ENC_LITTLE_ENDIAN, combined with a character encoding value; it is not
ENC_NA, as the character encoding is definitely applicable, and the byte
order is also applicable if it's a counted string or a UTF-16 or UCS-2
string. Assume ASCII for now.
Directory: /trunk/epan/dissectors/
Changes Path Action
+10 -10 packet-spice.c Modified