http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25787
User: morriss
Date: 2008/07/22 05:13 AM
Log:
From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2707
The SMPP dissector currently supports only version 3.4. The latest version of
the protocol is version 5.0 and it has been around for a while. However, the
usage of this version of the protocol is only now picking up.
This patch adds basic support for SMPP 5.0. By basic I mean:
- New Operations and Responses.
- New TLVs.
- New Error codes.
- Any changes to earlier values.
Directory: /trunk/epan/dissectors/
Changes Path Action
+567 -11 packet-smpp.c Modified
Directory: /trunk/
Changes Path Action
+1 -0 AUTHORS Modified