ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-users: Re: [Wireshark-users] [Help] Change packet length statistics

From: Hansang Bae <hbae@xxxxxxxxxx>
Date: Mon, 09 Mar 2009 19:38:59 -0400
At 02:59 PM 2/3/2009, Amit Bansal wrote:
>Hi,
>
>Currently, wireshark shows statistics for packet length in certain buckets only.
>0-19
>20-39
>.
>.
>.
>1280-2559
>2560-5119
>
>Is there a way to change this? I would like to make it more granular for my requirement. (If this is already explained somewhere, pls do point me to it.)



You could do it the hard way and add the LENGTH field as one of the columns.  Then use that field (adding/subtracting headers as required) in a printout.  It's manual, but if you can't modify the source code, it would work.