Skip to content

Commit 7e186c6

Browse files
committed
Clarify format field
1 parent 8b2ae5c commit 7e186c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/templates/Packet/View.phtml

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ require('./header.inc.phtml'); ?>
9999
}
100100
}
101101
?></td></tr>
102-
<tr><th class="text-right">Format:</th><td><pre class="border border-primary overflow-auto rounded bg-dark text-light"><code><?=$object->getPacketFormat()?></code></pre></td></tr>
102+
<tr><th class="text-right">Message Format:<br/><sup class="text-muted">(does not include protocol header)</sup></th><td>
103+
<pre class="border border-primary overflow-auto rounded bg-dark text-light"><code><?=$object->getPacketFormat()?></code></pre>
104+
</td></tr>
103105
</tbody></table>
104106

105107
<h2>Remarks</h2>

0 commit comments

Comments
 (0)