From 338af96b2e28196d8dc800a6ca844108bc8f3041 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 3 Jul 2011 17:08:25 +0000 Subject: Add a tvb_get_ephemeral_string_enc() routine that's like tvb_get_ephemeral_string() but takes an ENC_ value for the character encoding. Use it in the MQ dissector to fetch strings to put, for example, into the Info column, so we properly handle EBCDIC strings there. svn path=/trunk/; revision=37876 --- epan/libwireshark.def | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/libwireshark.def') diff --git a/epan/libwireshark.def b/epan/libwireshark.def index 86d6d7d318..4631b0a31f 100644 --- a/epan/libwireshark.def +++ b/epan/libwireshark.def @@ -1094,6 +1094,7 @@ tvb_get_const_stringz tvb_get_ds_tvb tvb_get_ephemeral_faked_unicode tvb_get_ephemeral_string +tvb_get_ephemeral_string_enc tvb_get_ephemeral_stringz tvb_get_guid tvb_get_guint8 -- cgit v1.2.3