Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 37876: /trunk/epan/ /trunk/epan/dissectors/: packet-mq.c

Date: Sun, 03 Jul 2011 17:08:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37876

User: guy
Date: 2011/07/03 10:08 AM

Log:
 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.

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +9 -9      packet-mq.c    Modified

Directory: /trunk/epan/
  Changes    Path                Action
  +1 -0      libwireshark.def    Modified
  +10 -9     proto.h             Modified
  +17 -5     tvbuff.c            Modified
  +5 -0      tvbuff.h            Modified