wireshark/plugins/profinet
Guy Harris c34b796445 Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the data
representation.  Use it rather than a raw 0x10.

Add a DREP_ENC_INTEGER() macro that takes a pointer to the data
representation and returns either ENC_LITTLE_ENDIAN or ENC_BIG_ENDIAN;
use it for the encoding argument to proto_tree_add_item(), rather than
just the AND of drep[0] and DREP_LITTLE_ENDIAN, as it's not a boolean
any more, and for string values we'll be supporting character encodings
as well and thus won't be able to trust that the 0x10 bit will mean
"little endian".

Use ENC_NA for some other encoding values, i.e. for FT_BYTES and the
like.

Fix a couple of places in the DCOM dissector where we were passing the
byte-order bit rather than the field value to
proto_tree_add_uint_format().

Clean up white space.

svn path=/trunk/; revision=38128
2011-07-19 23:02:02 +00:00
..
AUTHORS
ChangeLog
CMakeLists.txt Plugins are not shared libraries, so: 2010-09-24 20:41:34 +00:00
COPYING
INSTALL
Makefile.am Add Cmake stuff to the source distribution so more people can try it out. 2010-05-14 16:27:03 +00:00
Makefile.common
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
moduleinfo.h
moduleinfo.nmake
NEWS
packet-dcerpc-pn-io.c Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the data 2011-07-19 23:02:02 +00:00
packet-dcom-cba-acco.c get_host_ipaddr() was returning numeric addresses in host byte order 2011-04-26 17:13:37 +00:00
packet-dcom-cba-acco.h
packet-dcom-cba.c Rewrote check for szStr in dissect_ICBAPhysicalDevice_get_LogicalDevice_rqst. 2011-03-23 07:34:00 +00:00
packet-pn-dcp.c Removed unused hf_pn_dcp and hf_pn_ptcp. 2010-10-17 16:49:10 +00:00
packet-pn-mrp.c Rename the routines that handle dissector tables with unsigned integer 2010-12-20 05:35:29 +00:00
packet-pn-mrrt.c Get rid of check_col(). 2010-04-08 15:51:44 +00:00
packet-pn-ptcp.c Removed unused hf_pn_dcp and hf_pn_ptcp. 2010-10-17 16:49:10 +00:00
packet-pn-rt.c Rename the routines that handle dissector tables with unsigned integer 2010-12-20 05:35:29 +00:00
packet-pn.c CID 1161: Not really used variable 2011-04-19 21:20:15 +00:00
packet-pn.h
plugin.rc.in