aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cimd.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-23Renamed some local variables to avoid name collisions.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=25565
2008-03-04match_strval() may return NULL so don't blindly pass its return value into ↵Jeff Morriss1-24/+24
col_add_*() or proto_add_*(); use val_to_str() (returning "Unknown (%d)" if no match is found) instead. svn path=/trunk/; revision=24557
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
--enable-extra-gcc-checks set. If we turn on -pedantic, try turning on -Wno-long-long as well, so that it's not *so* pedantic that it rejects the 64-bit integral data types that we explicitly require. Constify a bunch of stuff, and make some other changes, to get rid of warnings. Clean up some indentation. svn path=/trunk/; revision=21526
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-11-10from albert chinRonnie Sahlberg1-3/+3
dont use c++ style comments svn path=/trunk/; revision=16459
2005-09-13From Piros Lucian:Anders Broman1-0/+882
A new dissector - cimd dissector. CIMD stands for Computer Interface to Message Distribution and it's used to transfer short messages between applications and Nokia Short Message Service Center. svn path=/trunk/; revision=15777