Ethereal-dev: SV: [Ethereal-dev] [Patch] gsm_map: dissection of USSD strings

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Mon, 27 Mar 2006 20:49:16 +0200

Checked in.

Brg

Anders

 

-----Ursprungligt meddelande-----
Från: ethereal-dev-bounces@xxxxxxxxxxxx [mailto:ethereal-dev-bounces@xxxxxxxxxxxx] För Jacques, Olivier (OCBU-Test Infra)
Skickat: den 24 mars 2006 14:39
Till: Ethereal development
Ämne: [Ethereal-dev] [Patch] gsm_map: dissection of USSD strings

 

Hello,

 

Here is a patch for gsm_map dissector that adds USSD string decoding (mainly used in processUnstructuredSS-Request, UnstructuredSS-Request, UnstructuredSS-Notify). For now, it assumes that it will be GSM 7 bits.

It re-use packet-gsm_sms.c "gsm_sms_char_7bit_unpack" and "gsm_sms_char_ascii_decode" functions, as well as packet-smpp.c "smpp_handle_dcs" function.

 

I also updated the wiki to add a sample capture.

 

Thanks,

Olivier.