Re: [Wireshark-dev] Set source column address

2011-05-09 Thread Jakub Zawadzki
Hi, On Mon, May 09, 2011 at 10:49:00AM +0200, fa...@freesurf.fr 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) __

[Wireshark-dev] Set source column address

2011-05-09 Thread fab12
Hello, Is there a way to set the source address column? I tried something like col_append_fstr(pInfoG->cinfo, 2, sourceadd); and pInfoG->src.type=AT_OSI; pInfoG->src.len=1; pInfoG->src.data=&sourceadd; But none work and I can't find any related info on the web about that Thx F