This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Wireshark Debug Console buffer size

0

I'm printing certain messages to the debug console to decode a small section of my code. I print specific messages everytime certain dissectors are called (most are called for each packet), however some of the earlier messages get cut off because the debug console doesn't scroll up to the place where they've been printed. And I don't want to write to file because it slows down my work. Is there some way to increase the buffer size of the debug console so that I can see the them?

asked 24 Sep '12, 22:07

SidR's gravatar image

SidR
245121722
accept rate: 30%


One Answer:

0

Never mind. I figured it out. Properties->Layout->(Increase height of Screen Buffer Size). Sorry for the silly question.

answered 24 Sep '12, 22:16

SidR's gravatar image

SidR
245121722
accept rate: 30%

It's OK if you figured it on your own. No need to delete the question. Who knows, someone else might find your answer helpful someday.

(25 Sep '12, 21:36) cmaynard ♦♦