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

Date: Fri, 31 Jul 2009 19:19:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29254

User: gerald
Date: 2009/07/31 12:19 PM

Log:
 From Holger Freyther via bug 3776:
 
 Part 1:
 Rename packet-gsm_abis_ip.c to packet-gsm_ipa.c.
 
 Part 2:
 Rename to the content to match the filename.
 
 Part 3:
 Add GSM A/SCCP support to the packet-gsm_ipa.c dissector
 
 Adjusted patch to take laforge's comment into account. Use guint16 for the
 length and use the ntohs routine to convert the length.

Directory: /trunk/epan/dissectors/
  Changes    Path                    Action
  +1 -1      Makefile.common         Modified
  +0 -285    packet-gsm_abis_ip.c    Removed
  +296 -0    packet-gsm_ipa.c        Added