326c326,329
< Packet::PrintReqState *prs = dynamic_cast<Packet::PrintReqState*>(pkt->senderState);
---
> Packet::PrintReqState *prs =
> dynamic_cast<Packet::PrintReqState*>(pkt->senderState);
> // Need to call printLabels() explicitly since we're not going
> // through printObj().
327a331
> // Right now we just print the single byte at the specified address.