wireshark/plugins/irda
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
..
CMakeLists.txt Plugins are not shared libraries, so: 2010-09-24 20:41:34 +00:00
Makefile.am Synchronize Makefiles even more. 2010-05-14 16:48:17 +00:00
Makefile.common name change 2006-05-21 05:12:17 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
irda-appl.h proto_register/proto_reg_handoff; Various small cleanup and bug-fixing 2008-10-25 20:24:31 +00:00
moduleinfo.h
moduleinfo.nmake Add Windows version info resource. 2006-12-19 22:25:09 +00:00
packet-ircomm.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors: 2011-10-06 14:46:34 +00:00
packet-irda.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors: 2011-10-06 14:46:34 +00:00
packet-sir.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors: 2011-10-06 14:46:34 +00:00
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +00:00