aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-omapi.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
- 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
2006-11-15Adding ISC Object Management API dissectorJaap Keuter1-0/+312
svn path=/trunk/; revision=19904