Add some additional routine variants that handle string encodings, and
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 Jul 2011 23:59:23 +0000 (23:59 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 Jul 2011 23:59:23 +0000 (23:59 +0000)
commit30bec30f6b09233596797065da80b9de0caa9f84
tree9de5204646376e5738927cd869a3aa198785ae58
parentf7ca97eef8267fde3f4adefc240c1802f308a3c6
Add some additional routine variants that handle string encodings, and
make FT_STRING and FT_UINT_STRING handle string encodings.

Get rid of FT_EBCDIC in favor of FT_STRING with ENC_EBCDIC.

Add some URLs for DRDA.

Clean up some stuff in TN3270 and TN5250, including using ENC_ values
for proto_tree_add_item().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37909 f5534014-38df-0310-8fa8-9805f1628bb7
12 files changed:
epan/dfilter/semcheck.c
epan/dissectors/packet-drda.c
epan/dissectors/packet-tn3270.c
epan/dissectors/packet-tn5250.c
epan/ftypes/ftype-string.c
epan/ftypes/ftypes.h
epan/libwireshark.def
epan/proto.c
epan/tvbuff.c
epan/tvbuff.h
gtk/packet_win.c
tshark.c