make idl2eth generate FT_GUID hf fields for uuid_t and GUID types.
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 13 Jul 2005 08:00:15 +0000 (08:00 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 13 Jul 2005 08:00:15 +0000 (08:00 +0000)
commita62ec60a50102a335671b7009725f0f7ead2e21f
tree7a31798f79e059a97f396489b6dfbdfbb6a984a2
parent5a25e5a9c61d423dd318f06709bd79f07be91454
make idl2eth generate FT_GUID hf fields for uuid_t and GUID types.

make dissect_dcerpc_uuid_t() accept eitehr FT_STRING (old style) and FT_GUID (new style) hf fields. once all dissectors are modified to use FT_GUID we can remove the FT_STRING support here.

regenerate the DRSUAPI interface with the new FT_GUID support.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14912 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/dcerpc/idl2eth.c
epan/dissectors/packet-dcerpc-drsuapi.c
epan/dissectors/packet-dcerpc.c