Wireshark-commits: [Wireshark-commits] rev 35386: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 05 Jan 2011 22:17:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35386

User: morriss
Date: 2011/01/05 02:17 PM

Log:
 Replace 2 switch()es with duplicated values (but missing most of the case statements--leading the Sun compiler to complain about most of the statements not being reached) with a value_string and a couple of val_to_str() calls.  Also some minor reformatting of the function in question.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +36 -109   packet-gsm_sms.c    Modified