Wireshark-commits: [Wireshark-commits] rev 47209: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Tue, 22 Jan 2013 07:18:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47209

User: jake
Date: 2013/01/21 11:18 PM

Log:
 Fix for CID 717414-717435.
 Never ever access a string in a value string by its array index.
 Use the proper access functions (val_to_str[_ext] and friends).
 
 Also: make clean compile, so move out of dirty dissectors.

Directory: /trunk/epan/dissectors/
  Changes    Path                     Action
  +1 -1      Makefile.common          Modified
  +28 -25    packet-gsm_a_common.c    Modified