Introduce a new field type called FT_EBCDIC. This field works the same as
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 19 Nov 2007 21:27:01 +0000 (21:27 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 19 Nov 2007 21:27:01 +0000 (21:27 +0000)
commitdc6b4725d7be69ffaa1323295ea6ca9e9ca33f5b
treecdd747c833875091e8c335b5d27e83c4b050afb4
parent00a956262266c8aaf721d21d75be286258ea5c38
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23503 f5534014-38df-0310-8fa8-9805f1628bb7
doc/README.developer
epan/dfilter/semcheck.c
epan/ftypes/ftype-string.c
epan/ftypes/ftypes.h
epan/proto.c
tshark.c