Hi,
It's probably the call to gsm_sms_char_7bit_unpack() that does that.
If you do have a sample capture you could share then please open a bug report
with this text and the capture on https://bugs.wireshark.org
Thanx,
Jaap
david ceccanti wrote:
Probably there is a short buffer in :
static void
dis_field_ud(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint32
length, gboolean udhi, guint8 udl,
gboolean seven_bit, gboolean eight_bit, gboolean ucs2, gboolean
compressed)
{ }
Because when messsage is or more than 160 wireshark crashes.
Please may you review it.
Cecco