wireshark/plugins
Bill Meier 0ad98563a2 From didier gautheron: remove redundant or use faster col_xxx functions
- when the text parameter is constant col_add_str() and col_set_str() are equivalent but col_set_str() is faster.
- same for  replace col_append_fstr and col_append_str
- remove col_clear() when it's redundant:
    + before a col_set/col_add if the dissector can't throw an exception.
- replace col_append() after a col_clear() with faster col_add... or col_set

   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9344


svn path=/trunk/; revision=52948
2013-10-29 14:09:20 +00:00
..
asn1 Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. 2013-10-13 09:21:55 +00:00
docsis From didier gautheron: remove redundant or use faster col_xxx functions 2013-10-29 14:09:20 +00:00
easy_codec WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added; 2013-07-03 01:43:39 +00:00
ethercat From didier gautheron: remove redundant or use faster col_xxx functions 2013-10-29 14:09:20 +00:00
gryphon Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. 2013-10-13 09:21:55 +00:00
irda From didier gautheron: remove redundant or use faster col_xxx functions 2013-10-29 14:09:20 +00:00
m2m Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. 2013-10-13 09:21:55 +00:00
mate Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. 2013-10-13 09:21:55 +00:00
opcua Fix (using '#if 0') a few more [-Wunused-const-variable] warnings 2013-10-23 16:59:34 +00:00
profinet From didier gautheron: remove redundant or use faster col_xxx functions 2013-10-29 14:09:20 +00:00
stats_tree Add a very small hack to make the UAT update callback error string freeable, and 2013-10-25 22:14:25 +00:00
tpg Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. 2013-10-13 09:21:55 +00:00
unistim Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. 2013-10-13 09:21:55 +00:00
wimax Minor cleanup. 2013-10-24 00:32:52 +00:00
wimaxasncp Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. 2013-10-13 09:21:55 +00:00
wimaxmacphy From didier gautheron: remove redundant or use faster col_xxx functions 2013-10-29 14:09:20 +00:00
Custom.m4.example Implement and document the Custom plugin system. Create relevant example files and add them to the distribution. Rewrite README.plugins to describe how to use this system. 2012-09-25 21:02:13 +00:00
Custom.make.example Implement and document the Custom plugin system. Create relevant example files and add them to the distribution. Rewrite README.plugins to describe how to use this system. 2012-09-25 21:02:13 +00:00
Custom.nmake.example Implement and document the Custom plugin system. Create relevant example files and add them to the distribution. Rewrite README.plugins to describe how to use this system. 2012-09-25 21:02:13 +00:00
Makefile.am Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
Makefile.common.inc Pull the definition of NODIST_HEADER_FILES up into 2013-02-09 20:15:18 +00:00
Makefile.nmake WiMAX OFDMA PHY SAP dissector plugin (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2695) 2012-07-20 01:21:27 +00:00
plugins.vcproj Set eol-style to native (just to make these files readable on *NIX). 2012-03-19 01:46:24 +00:00