wireshark/plugins
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
..
asn1 Replace all strerror() with g_strerror(). 2011-06-28 09:00:11 +00:00
docsis From Guido Reismueller: 2011-07-04 20:34:04 +00:00
easy_codec A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
ethercat Use the return value of proto_item_add_subtree(): put the filter masks in their own subtree (as it appears was intended). 2011-04-22 14:48:10 +00:00
giop A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
gryphon Rework whitespace. 2011-04-12 14:33:30 +00:00
irda Add a missing break. 2011-03-29 21:11:26 +00:00
m2m A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
mate Replace all strerror() with g_strerror(). 2011-06-28 09:00:11 +00:00
opcua Removed unused parameter to parseServiceNodeId. 2011-03-23 08:03:02 +00:00
profinet Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the data 2011-07-19 23:02:02 +00:00
stats_tree A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
tpg Add SVN Id and GPL. Minor whitespace cleanup. 2011-05-26 16:03:29 +00:00
unistim Fix Unused varaiable warnings. 2011-04-17 09:34:38 +00:00
wimax From Kluchnikov Ivan: 2011-07-06 15:39:25 +00:00
wimaxasncp Remove const qualifier to name, abbrev and blurb to pacify the buildbots. 2011-04-26 01:06:25 +00:00
Custom.nmake.example fix install step 2009-07-06 09:46:28 +00:00
Makefile.am From Michael Mann: 2011-06-08 05:20:43 +00:00
Makefile.nmake From Michael Mann: 2011-06-08 05:20:43 +00:00
plugins.vcproj Update *.vcproj to visual studio 8 2009-09-24 05:11:47 +00:00