Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Regarding customizing tshark summary display

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Tue, 25 Feb 2014 17:19:48 +0100
On Mon, Feb 24, 2014 at 04:47:09PM +0530, Venkatachalam S wrote:
> I'm writing a custom dissector for my internal project. I'm having a frame
> in the following format.
> 
> 32 byte data + eth_hdr + payload
> 
> So, there is a 32 byte internal header attached to every packet. All the
> packets coming to my system, will be in the above format.
> 
> My problem is,
> 
> I want to customize the summary/default display of tshark such that it will
> display a short info of the 32-byte data always. Even if there is an L3 or
> L4 header or any custom headers, the info should be displayed.
> 
> I'm trying to understand the column_utils, column_info code and tried to
> use it but I'm not getting the expected result.
> 
> Please help me in getting this done. I'm eagerly waiting for your inputs.

After you have added your stuff to the info column but before handing off
to the ethernet dissector do

        col_set_writable(pinfo->cinfo, FALSE);

hth
   Jörg

-- 
Joerg Mayer                                           <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.