ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] IP src/dst from Qt

From: Roland Knall <rknall@xxxxxxxxx>
Date: Mon, 31 Oct 2016 15:16:27 +0100
I would implement a listener for the tap interface of the ip dissector. Handling which addresses exist must be done on your end. You can ignore display, and keep just with the basic tap callback, but remember to keep the tap callback as short as possible.

regards

On Mon, Oct 31, 2016 at 3:01 PM, Dario Lombardo <dario.lombardo.ml@xxxxxxxxx> wrote:
As a starting point I'd like to have the ones in packet_info.

On Mon, Oct 31, 2016 at 2:50 PM, Roland Knall <rknall@xxxxxxxxx> wrote:
Hi

What ip src/dest do you mean? If you mean the ones from a packet trace, a tap interface might be the easiest to get the information. I do a similar thing with a 3rd-party plugin of mine. 

regards
Roland

On Mon, Oct 31, 2016 at 2:44 PM, Dario Lombardo <dario.lombardo.ml@xxxxxxxxx> wrote:
Hi
I'd like to read the ip src/dst of the current open file from the Qt UI. which is the easiest way to achieve this?
Thanks
Dario.

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe