Adjust indentation to be more consistent ....

svn path=/trunk/; revision=26504
This commit is contained in:
Bill Meier 2008-10-20 20:51:04 +00:00
parent 784ca2bd43
commit 145e8f7b74
1 changed files with 350 additions and 347 deletions

View File

@ -81,9 +81,11 @@
#endif
#include <string.h>
#include <winsock2.h> /// struct in_addr (should use socket.h ??)
#include <glib.h>
#include <epan/packet.h>
#include <wiretap/wtap.h> /// struct in_addr (should use socket.h ??)
#include <epan/emem.h>
#include <epan/addr_resolv.h>
#include <epan/inet_aton.h>
@ -730,7 +732,8 @@ dissect_dcom_extent(tvbuff_t *tvb, int offset,
/* look for a registered uuid name */
if((uuid_name = guids_get_uuid_name(&uuidExtend)) != NULL) {
proto_tree_add_guid_format_value(sub_tree, hf_dcom_extent_id, tvb,
offset, sizeof(e_uuid_t), (e_guid_t *) &uuidExtend, "%s (%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x)",
offset, sizeof(e_uuid_t), (e_guid_t *) &uuidExtend,
"%s (%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x)",
uuid_name,
uuidExtend.Data1, uuidExtend.Data2, uuidExtend.Data3,
uuidExtend.Data4[0], uuidExtend.Data4[1],