http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23503
User: sfisher
Date: 2007/11/19 09:27 PM
Log:
Introduce a new field type called FT_EBCDIC. This field works the same as
FT_STRING, except that it converts the data from the packet from EBCDIC
to ASCII for display in Wireshark.
Directory: /trunk/epan/dfilter/
Changes Path Action
+3 -0 semcheck.c Modified
Directory: /trunk/doc/
Changes Path Action
+6 -2 README.developer Modified
Directory: /trunk/epan/
Changes Path Action
+22 -0 proto.c Modified
Directory: /trunk/epan/ftypes/
Changes Path Action
+38 -0 ftype-string.c Modified
+1 -0 ftypes.h Modified
Directory: /trunk/
Changes Path Action
+2 -0 tshark.c Modified