We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2ae5c commit 7e186c6Copy full SHA for 7e186c6
src/templates/Packet/View.phtml
@@ -99,7 +99,9 @@ require('./header.inc.phtml'); ?>
99
}
100
101
?></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>
+ <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>
105
</tbody></table>
106
107
<h2>Remarks</h2>
0 commit comments