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

Wireshark-dev: Re: [Wireshark-dev] Patches for gsm-packet_sms dissector

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Mon, 3 Jul 2006 06:35:26 +0200
Hi,
Yes if you could send a sample trace that would help.
Best regards
Anders

-----Ursprungligt meddelande-----
Från: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] För Willem Dekker
Skickat: den 2 juli 2006 23:07
Till: wireshark-dev@xxxxxxxxxxxxx
Ämne: [Wireshark-dev] Patches for gsm-packet_sms dissector

Dear wireshark developers, 

After running same test trace files I noticed a lot of non-utf8 error
messages from wireshark. 
The attached patch fixes this and converts the sms content (7 bit encoded,
gms 03.38 alphabet)  into utf8. 

The only difficutily I had is how to handle the platforms without a glib 2
library (windows? / older unix versions). 
I made some code for this, but have not tested this. 

Attached are is a patch to packet-gsm_sms.c  (unified diff to the latest
wireshark source tar files).

If desired I can send a trace file exhibiting the problem. 

Regards, 

Willem Dekker