From Andy Chu: A dissector for China Mobile Point to Point (cmpp) protocol,

it's the SMS protocol used in China.

From me: some code cleanup and convert it from a plugin to a regular
dissector.

svn path=/trunk/; revision=24060
This commit is contained in:
Jeff Morriss 2008-01-10 21:23:53 +00:00
parent c7f1d0b579
commit 3be6284ef3
3 changed files with 1012 additions and 0 deletions

View File

@ -2691,6 +2691,10 @@ Fulko Hew <fulko.hew [AT] gmail.com> {
Link Control) WAN protocol dissection
}
Andy Chu <chu.dev[AT]gmail.com> {
China Mobile Point to Point
}
and by:
Pavel Roskin <proski [AT] gnu.org>

View File

@ -254,6 +254,7 @@ CLEAN_DISSECTOR_SRC = \
packet-clearcase.c \
packet-clip.c \
packet-clnp.c \
packet-cmpp.c \
packet-componentstatus.c \
packet-cops.c \
packet-cosine.c \

File diff suppressed because it is too large Load Diff