Wireshark-dev: Re: [Wireshark-dev] Set source column address
From: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
Date: Mon, 9 May 2011 11:01:15 +0200
Hi,

On Mon, May 09, 2011 at 10:49:00AM +0200, fab12@xxxxxxxxxxx wrote:
>     pInfoG->src.type=AT_OSI;
>     pInfoG->src.len=1;
>     pInfoG->src.data=&sourceadd;

You also need to add support for AT_OSI inside col_set_addr() (epan/column-utils.c)