Re: [Wireshark-dev] Wireshark col_append_sep_str function

2020-04-03 Thread Peimann, Jannis
: Wireshark-dev Im Auftrag von Pascal Quantin Gesendet: Freitag, 3. April 2020 11:40 An: Developer support list for Wireshark Betreff: Re: [Wireshark-dev] Wireshark col_append_sep_str function Hi Jannis, Le ven. 3 avr. 2020 à 11:22, Peimann, Jannis mailto:jannis.peim...@continental-corporation.com

Re: [Wireshark-dev] Wireshark col_append_sep_str function

2020-04-03 Thread Pascal Quantin
Hi Jannis, Le ven. 3 avr. 2020 à 11:22, Peimann, Jannis < jannis.peim...@continental-corporation.com> a écrit : > Hi together, > > > > I want to add information to the Info column for every frame in Wireshark. > > This is working fine as long as I only have one PDU in my UDP package. > > If I ha

Re: [Wireshark-dev] Wireshark col_append_sep_str function

2020-04-03 Thread Graham Bloice
On Fri, 3 Apr 2020 at 10:22, Peimann, Jannis < jannis.peim...@continental-corporation.com> wrote: > Hi together, > > > > I want to add information to the Info column for every frame in Wireshark. > > This is working fine as long as I only have one PDU in my UDP package. > > If I have more than on

[Wireshark-dev] Wireshark col_append_sep_str function

2020-04-03 Thread Peimann, Jannis
Hi together, I want to add information to the Info column for every frame in Wireshark. This is working fine as long as I only have one PDU in my UDP package. If I have more than one PDU, then it overwrites the old Info column string. It is not appending. This is my function: if (pdu_descriptio