Comment # 11
on bug 11134
from Guy Harris
(In reply to Evan Huus from comment #10)
> Perhaps. Most protocols expect at least one byte in all cases though,
Then they'll presumably try to dissect at least *one* of those bytes, to set
the info column if nothing else.
> so I'm not sure it's common enough to warrant the abstraction.
Does having One Less Argument To Pass warrant the abstraction? If people just
reflexively pass tvb_reported_length(tvb) or tvb_captured_length(tvb), why not
just swallow that into the routine?
You are receiving this mail because:
- You are watching all bug changes.