wireshark/plugins/ethercat
Bill Meier 02065b0981 Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors:
Specifically:  Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as
 the encoding parameter for proto_tree_add_item() calls which directly reference
 an item in hf[] which has a type of:
    FT_UINT8
    FT_UINT16
    FT_UINT24
    FT_UINT32
    FT_UINT64
    FT_INT8
    FT_INT16
    FT_INT24
    FT_INT32
    FT_INT64
    FT_FLOAT
    FT_DOUBLE


svn path=/trunk/; revision=39292
2011-10-06 14:46:34 +00:00
..
AUTHORS
CMakeLists.txt Plugins are not shared libraries, so: 2010-09-24 20:41:34 +00:00
COPYING
Makefile.am Synchronize Makefiles even more. 2010-05-14 16:48:17 +00:00
Makefile.common Do some cleanup: 2010-01-02 22:00:30 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
moduleinfo.h From Peter Johansson : 2008-03-05 20:42:58 +00:00
moduleinfo.nmake
packet-ams.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors: 2011-10-06 14:46:34 +00:00
packet-ams.h Fix a (never used) 'anonymous struct' 2008-02-07 00:59:14 +00:00
packet-ecatmb.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors: 2011-10-06 14:46:34 +00:00
packet-ecatmb.h Fix Win64 compilation problems in the plugins directory. 2009-04-16 03:38:23 +00:00
packet-esl.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors: 2011-10-06 14:46:34 +00:00
packet-ethercat-datagram.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors: 2011-10-06 14:46:34 +00:00
packet-ethercat-datagram.h Eliminate an anonymous struct, as noticed by Andrew Hood. 2008-02-06 22:05:10 +00:00
packet-ethercat-frame.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors: 2011-10-06 14:46:34 +00:00
packet-ethercat-frame.h As noted by David Halik in bug 2172: 2008-01-07 20:56:24 +00:00
packet-ioraw.c Use ENC_NA as encoding for proto_tree_add_item() calls which directly reference an hf item (in hf[] with types: 2011-10-05 01:00:06 +00:00
packet-ioraw.h From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-nv.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors: 2011-10-06 14:46:34 +00:00
packet-nv.h From Peter Johansson: 2007-10-15 18:39:58 +00:00
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +00:00