1
|
# Computer Interface to Message Distribution, an SMSC protocol by Nokia
|
2
|
# Pattern attributes: good notsofast notsofast subset
|
3
|
# Protocol groups: proprietary chat
|
4
|
# Wiki: http://www.protocolinfo.org/wiki/CIMD
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
|
7
|
# I don't know whether CIMD is ever found by itself in a TCP connection.
|
8
|
# I have only seen it myself as part of the Chikka login process, in
|
9
|
# which the second and third packets (at least) are CIMD. So I am not
|
10
|
# using a '^' at the beginning.
|
11
|
#
|
12
|
# This pretty well explains the pattern:
|
13
|
# http://en.wikipedia.org/w/index.php?title=CIMD&oldid=42707583
|
14
|
# However, Chikka does NOT terminate the last field with a tab.
|
15
|
#
|
16
|
# Tested with Chikka Javalite on 14 Jan 2007.
|
17
|
|
18
|
cimd
|
19
|
\x02[0-4][0-9]:[0-9]+.*\x03$
|