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

Date: Wed, 23 Sep 2009 17:55:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30097

User: wmeier
Date: 2009/09/23 10:55 AM

Log:
 Change gchar foo[mm][nn] = {"xxx", "yyy", ...} to static const gchar *foo[mm] = {...}
 Add a comment about a possible bug: some strings in array are never used ?
 Do some minor reformatting.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +64 -45    packet-gsm_a_gm.c    Modified