We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1300d17 commit 6931e31Copy full SHA for 6931e31
src/templates/Packet/View.phtml
@@ -99,7 +99,7 @@ require('./header.inc.phtml'); ?>
99
}
100
?></td></tr>
101
<tr><th class="text-right">Message Format:<br/><sup class="text-muted">(does not include protocol header)</sup></th><td>
102
- <pre class="border border-primary overflow-auto rounded bg-dark text-light"><code><?=$object->getPacketFormat()?></code></pre>
+ <pre class="border border-primary overflow-auto rounded bg-dark text-light"><code class="language-objectivec"><?=$object->getPacketFormat()?></code></pre>
103
</td></tr>
104
</tbody></table>
105
0 commit comments