Follow stream as Hex Dump error [Stream output truncated]
I have a capture that is about 60 meg, and I use a display filter of lpd. I would like to Follow Stream>Show Data as "Hex Dump". But I get [Stream output truncated] so I cannot view the end of the stream.
Is there any way to work around this, such as command line options? Thanks
What version of Wireshark? (Update the question with output of
wireshark -v
orHelp->About Wireshark:Wireshark
)The max stream was bumped from 2MB to 500MB in commit Qt: Follow stream performance improvements.
I've been trying to edit my question for several days but none of the changes are getting applied, bad karma ?? :) So I'll add additional info as an answer. I'm using Wireshark v4.0.2 on a Windows 32 gig memory system. The follow tcp stream dialog window, show data as hex dump, has a value of 9,731 client pkts in the bottom left. But the list box doesn't display all values, it ends with "[Stream output truncated]"
My goal is to count the bytes in the lpd stream going to the printer. Is there a better way to do this than hex dump?
I tried lpd display filter>Statistics>Conversations>Bytes B->A but the 205.302 MiB doesn't seem to match what I'm expecting.
On a smaller lpd stream I calculated:
Final byte count = 0x00469094 + 16 = 4,624,548
Start of job byte count = -0x4C (-76 ...(more)
(Cloudflare sits in front of this site - I had some issues when adding the comment on the question.)
There is a mix of
ldp
andlpd
above - just want to confirm the question is aboutlpd
.What numbers do you get when setting a display filter of
lpd
then openingStatistics->Protocol Hierarchy
and looking at theLine Printer Daemon Protocol
.All about
lpd
protocol.Statistics->Protocol Hierarchy
4624553 seems pretty close to 4,624,548.
Are the numbers similar for the larger print job?