Wireshark-commits: [Wireshark-commits] rev 27177: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 07 Jan 2009 08:10:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27177

User: jake
Date: 2009/01/07 12:10 AM

Log:
 From Robert Groenenberg:
 The SMPP optional parameter 'network_error_code' is decoded incorrectly. This field is 
 present in SMPP (v3.4 and higher) deliver_sm messages containing a delivery notification.
 
 This TLV contains 3 bytes of data, which is decoded in two steps, each adjusting the 
 offset in the message. After that the offset is increased *again*, causing the next 
 TLVs to not recognised. Removing the indicated increase in offset fixes the problem.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +0 -2      packet-smpp.c    Modified