Re: [Wireshark-dev] wireshark component in Qt

2013-05-15 Thread Ahmed Elshaer
sorry for asking too many questions but i asked cuz i print some info about each packet in a treewidget but i have this error ASSERT failure in QList::operator[]: "index out of range", file ..\..\Desktop\Qt\4.8.1\mingw\include/QtCore/qlist.h, line 477 Invalid parameter passed to C runtime functio

Re: [Wireshark-dev] wireshark component in Qt

2013-05-14 Thread Ahmed Elshaer
Thank u very much Guy Harris :) On Tue, May 14, 2013 at 8:59 PM, Guy Harris wrote: > > On May 14, 2013, at 11:40 AM, Ahmed Elshaer wrote: > > > could u plz , tell me what is the component i can use in Qt as > "packetList" pane > > The Qt version of Wireshark uses the PacketList class, which is

Re: [Wireshark-dev] wireshark component in Qt

2013-05-14 Thread Guy Harris
On May 14, 2013, at 11:40 AM, Ahmed Elshaer wrote: > could u plz , tell me what is the component i can use in Qt as "packetList" > pane The Qt version of Wireshark uses the PacketList class, which is a subclass of QTreeView. See ui/qt/packet_list.h. > and what is the technique i can use so

Re: [Wireshark-dev] wireshark component in Qt

2013-05-14 Thread Ahmed Elshaer
in second request i mean the technique that i can use so when i select a packet from first pane i can get a details about the packet in packetDetail pane thanks On Tue, May 14, 2013 at 8:40 PM, Ahmed Elshaer wrote: > could u plz , tell me what is the component i can use in Qt as > "packetList" p

[Wireshark-dev] wireshark component in Qt

2013-05-14 Thread Ahmed Elshaer
could u plz , tell me what is the component i can use in Qt as "packetList" pane and what is the technique i can use so when i select a packet from packetlist pane i can do a tree decode in the second pane , plz any information that can help me __