Use consistent indentation; Reformat a few hf[] array entries.

svn path=/trunk/; revision=31553
This commit is contained in:
Bill Meier 2010-01-18 18:00:23 +00:00
parent 9a030dda05
commit 1c11b9571e

View file

@ -4367,14 +4367,12 @@ proto_register_giop (void)
{ &hf_giop_iiop_host,
{ "IIOP::Profile_host", "giop.iiop.host",
FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
}
,
},
{ &hf_giop_iiop_port,
{ "IIOP::Profile_port", "giop.iiop.port",
FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
}
,
},
/*
* IIOP ServiceContext
@ -4383,14 +4381,12 @@ proto_register_giop (void)
{ &hf_giop_iop_vscid,
{ "VSCID", "giop.iiop.vscid",
FT_UINT32, BASE_HEX, NULL, 0xffffff00, NULL, HFILL }
}
,
},
{ &hf_giop_iop_scid,
{ "SCID", "giop.iiop.scid",
FT_UINT32, BASE_HEX, NULL, 0x000000ff, NULL, HFILL }
}
,
},
{ &hf_giop_req_id,
{ "Request id", "giop.request_id",
@ -4401,14 +4397,17 @@ proto_register_giop (void)
{ "Request operation", "giop.request_op",
FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_giop_reply_status,
{ "Reply status", "giop.replystatus",
FT_UINT32, BASE_DEC, VALS(reply_status_types), 0x0, NULL, HFILL }
},
{ &hf_giop_exception_id,
{ "Exception id", "giop.exceptionid",
FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_giop_objekt_key,
{ "Object Key", "giop.objektkey",
FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
@ -6077,3 +6076,17 @@ static void dissect_data_for_typecode(tvbuff_t *tvb, proto_tree *tree, gint *off
} /* data_type */
}
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 2
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* vi: set shiftwidth=2 tabstop=8 expandtab
* :indentSize=2:tabSize=8:noTabs=true:
*/