aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmpp.c
AgeCommit message (Collapse)AuthorFilesLines
2008-09-02Cleanup related to prefs & proto_reg_handoffBill Meier1-18/+7
svn path=/trunk/; revision=26124
2008-01-22Don't update COL_INFO at all if not claiming the packet as CMPP. Add a ↵Jeff Morriss1-11/+8
(guessed) upper-size limit on the heuristics and take out a check that the tvb length matches the protocol length--that would essentially disable TCP reassembly of this protocol svn path=/trunk/; revision=24164
2008-01-17Strengthen heuristics a little bit, remove a useless variable, put COL_INFO ↵Jeff Morriss1-10/+14
check in the right place svn path=/trunk/; revision=24126
2008-01-17Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2206 : don't write ↵Jeff Morriss1-2/+2
into COL_INFO unless we've checked that it's there first. svn path=/trunk/; revision=24125
2008-01-10From Andy Chu: A dissector for China Mobile Point to Point (cmpp) protocol,Jeff Morriss1-0/+1007
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