ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-users: Re: [Wireshark-users] bug on packet-gsm_sms.c short buffer

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Tue, 10 Jun 2008 22:00:26 +0200
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