Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Thu, 29 May 2008 23:53:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25394

User: guy
Date: 2008/05/29 04:53 PM

Log:
 For a character string, use an array of char, not an array of guint8
 (the characters are all digits), and, to point to it, use a pointer to
 char rather than a pointer to guint8.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +3 -3      packet-3g-a11.c    Modified