Wireshark-dev: [Wireshark-dev] Set source column address
Date: Mon, 9 May 2011 10:49:00 +0200
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
Fabien