Re: [Wireshark-dev] problem in developping a Wireshark plugin

2011-08-16 Thread Pascal Heude
Hi, If you want to develop a plug-in to dissect AFDX payload (non protocol based), included into a UDP packet, there is a more quicker solution : use the generic dissector named WSGD already developed as a wireshark dissector : here is the link to website. You have only

[Wireshark-dev] problem in developping a Wireshark plugin

2011-08-16 Thread Moussa . Alawieh
Hello, I am programming (adding) a new plugin for my wireshark, this new protocol is in the UDP Payload, and I want to know how I can get the value of the "Arrival Time" layer that give us Wireshark. Thanks for responding me ZODIAC DATA SYSTEMS SAS AEROSAFETY & TECHNOLOGY Moussa ALAWIEH

Re: [Wireshark-dev] problem in developping a Wireshark plugin

2011-08-16 Thread Jaap Keuter
Hi, Have a look in epan/frame_data.h. You can get that through the packet_info pointer your dissection routine gets. pinfo->fd->abs_ts and friends. Thanks, Jaap On Tue, 16 Aug 2011 10:31:29 +0200, moussa.alaw...@zodiacaerospace.com wrote: Hello, I am programming (adding) a new plugin for m

[Wireshark-dev] problem in developping a Wireshark plugin

2011-08-16 Thread Moussa . Alawieh
Hello, I am programming (adding) a new plugin for my wireshark, this new protocol is in the UDP Payload, and I want to know how I can get the value of the "Arrival Time" layer that give us Wireshark. Thanks for responding me ZODIAC DATA SYSTEMS SAS AEROSAFETY & TECHNOLOGY Moussa ALAWIEH