From Jim Young (bug 3105):

Trivial patch to change two C++ style comments to standard C style comments.

svn path=/trunk/; revision=26944
This commit is contained in:
Stig Bjørlykke 2008-12-09 13:42:00 +00:00
parent c8f933d0b9
commit e4e7334be0
1 changed files with 2 additions and 2 deletions

View File

@ -4246,7 +4246,7 @@ dissect_PDIRBeginEndData_block(tvbuff_t *tvb, int offset,
hf_pn_io_number_of_assignments, &u32NumberOfAssignments);
u32Tmp = u32NumberOfAssignments;
while(u32Tmp--) {
// TXBeginEndAssignment
/* TXBeginEndAssignment */
offset = dissect_dcerpc_uint32(tvb, offset, pinfo, ir_begin_end_port_tree, drep,
hf_pn_io_red_orange_period_begin, &u32RedOrangePeriodBegin);
offset = dissect_dcerpc_uint32(tvb, offset, pinfo, ir_begin_end_port_tree, drep,
@ -4254,7 +4254,7 @@ dissect_PDIRBeginEndData_block(tvbuff_t *tvb, int offset,
offset = dissect_dcerpc_uint32(tvb, offset, pinfo, ir_begin_end_port_tree, drep,
hf_pn_io_green_period_begin, &u32GreenPeriodBegin);
// RXBeginEndAssignment
/* RXBeginEndAssignment */
offset = dissect_dcerpc_uint32(tvb, offset, pinfo, ir_begin_end_port_tree, drep,
hf_pn_io_red_orange_period_begin, &u32RedOrangePeriodBegin);
offset = dissect_dcerpc_uint32(tvb, offset, pinfo, ir_begin_end_port_tree, drep,