wireshark/plugins/ciscosm
Anders Broman 6226035893 Apply yet another set of the optimization patches:
When offset parameter is 0 replace tvb_bytes_exist() with the faster tvb_length().

On the other hand 
	if (tvb_bytes_exist(tvb, 0, 20)
is more readable than
	if (tvb_length(tvb) >= 20

so only do it in heuristic function

svn path=/trunk/; revision=23412
2007-11-09 06:01:18 +00:00
..
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am Get rid of trailing blank lines. 2007-05-27 18:35:55 +00:00
Makefile.common name change 2006-05-21 05:12:17 +00:00
Makefile.nmake Add .c.obj:: inference rule (to cause "batch compile") 2007-08-27 22:56:27 +00:00
NEWS
moduleinfo.h
moduleinfo.nmake Add Windows version info resource. 2006-12-19 22:23:37 +00:00
packet-sm.c Apply yet another set of the optimization patches: 2007-11-09 06:01:18 +00:00
plugin.rc.in -Add the compiler version to the plugin resource 2007-02-26 20:39:38 +00:00