https://osqa-ask.wireshark.org/questions/49220/control-wireshark-gui-by-another-application/
which points to
https://osqa-ask.wireshark.org/questions/47107/go-to-packet-via-an-api/
> did you have a look at the PluginIF work done by Roland Knall and that is
part of the upcoming Wireshark 2.0? From what I understand it allows you to
develop a plugin menu and the "Go to frame" case is part of the API.

https://gitlab.com/wireshark/wireshark/-/blob/master/doc/README.plugins#L242
> 6 How to plugin related interface options

> To demonstrate the functionality of the plugin interface options, a
> demonstration plugin exists (pluginifdemo). To build it using cmake, the
> build option ENABLE_PLUGIN_IFDEMO has to be enabled.

https://gitlab.com/search?group_id=3421856&project_id=7898047&scope=commits&search=pluginif

https://gitlab.com/wireshark/wireshark/-/commit/6f1c9fd4320804958a8731afc45a1cc6f9ee3b16
PluginIF: Parent menu and goto frame



On Fri, Apr 19, 2024 at 9:33 AM Jeff Klingler <jkling...@gmail.com> wrote:

> Hi,
>
> I am building a log viewer where if a user clicks on a log event it can
> show the related PCAP related to that timeframe. Is there an API where I
> can send a time and date to a Wireshark API and have the viewer jump to the
> nearest time period?
> Thanks!
> Jeff
> ___________________________________________________________________________
> Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
> Archives:    https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
>              mailto:wireshark-dev-requ...@wireshark.org
> ?subject=unsubscribe
>
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to