This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Data is not getting flushed

0

Hello I have added a .CSV parser and a dissector. It is observed that if my .CSV file is opened as the first file in wireshark, then packet dump is proper as expected.

But if an other file is opened first and then my .CSV file is opened then packet dump is of the previous data. This is not the behaviour with other sample files.

I have verified that the frame buffer is getting filled with data properly from my XXX_read and XXX_seek functions.

It looks like some flag issue.

Can anyone help me to resolve my issue?

thanks in advance krithiga

asked 06 Mar '12, 01:11

krithiga's gravatar image

krithiga
31334
accept rate: 0%


One Answer:

1

issue resolved by doing changes in XXX_seek() w.r.t to offset handling

answered 11 Mar '12, 22:28

krithiga's gravatar image

krithiga
31334
accept rate: 0%