Re: [Wireshark-dev] tpdu_data missing in gtp packet

2020-12-24 Thread Ranjeet kumar singh
it is present in 3.25 and missing in 3.4.2. Please see attached images. in one this field is present and in other it's missing. I have not made any setting changes. Just installed released wireshark and opened a captured file with gtp packet. Regards Ranjeet S On Thu, Dec 24, 2020 at 1:46 PM Da

Re: [Wireshark-dev] Documentation : 9.6. How to produce protocol stats merge request

2020-12-24 Thread Maynard, Christopher via Wireshark-dev
> From: Wireshark-dev On Behalf Of Graham > Bloice > Sent: Thursday, December 24, 2020 6:10 AM > To: Developer support list for Wireshark > Subject: Re: [Wireshark-dev] Documentation : 9.6. How to produce protocol > stats merge request > >> On Thu, 24 Dec 2020 at 10:49, wsgd

Re: [Wireshark-dev] Documentation : 9.6. How to produce protocol stats plugin_register_tap_listener

2020-12-24 Thread wsgd
Hello, About *plugin_register_tap_listener* is never called 5) WS_DLL_PUBLIC_DEF void plugin_register_tap_listener(void) does not compile : Solution : Add : /* plugins are DLLs */ #define WS_BUILD_DLL #include "ws_symbol_export.h" This must be done BEFORE include epan/... 6) WS_DLL_PUBLIC_D

Re: [Wireshark-dev] Documentation : 9.6. How to produce protocol stats merge request

2020-12-24 Thread Graham Bloice
On Thu, 24 Dec 2020 at 10:49, wsgd wrote: > Hello, > > > Thanks for the merge request > I setup an environment (clone ...) to be able to do it > > Question : how can I generate the documentation when I modify > WSDG_chapter_dissection.adoc ? > > On Windows, CMake generates additional targets for

Re: [Wireshark-dev] Documentation : 9.6. How to produce protocol stats merge request

2020-12-24 Thread wsgd
Hello, Thanks for the merge request I setup an environment (clone ...) to be able to do it Question : how can I generate the documentation when I modify WSDG_chapter_dissection.adoc ? Thanks, Olivier Le 23/12/2020 à 14:35, Jaap Keuter a écrit : Hi, Thanks for having a look and reporting

Re: [Wireshark-dev] tpdu_data missing in gtp packet

2020-12-24 Thread Dario Lombardo
On Thu, Dec 24, 2020 at 9:29 AM Pascal Quantin wrote: > > > Le jeu. 24 déc. 2020 à 09:16, Dario Lombardo a écrit : > >> Can you please tell a version in which is present and a version in which >> is not? >> > > And please clarify your GTP setting regarding the T-PDU dissection. > > Actually a fu

Re: [Wireshark-dev] tpdu_data missing in gtp packet

2020-12-24 Thread Pascal Quantin
Le jeu. 24 déc. 2020 à 09:16, Dario Lombardo a écrit : > Can you please tell a version in which is present and a version in which > is not? > And please clarify your GTP setting regarding the T-PDU dissection. > On Thu, Dec 24, 2020 at 8:54 AM Ranjeet kumar singh > wrote: > >> Hi >> >> Gtp pa

Re: [Wireshark-dev] tpdu_data missing in gtp packet

2020-12-24 Thread Dario Lombardo
Can you please tell a version in which is present and a version in which is not? On Thu, Dec 24, 2020 at 8:54 AM Ranjeet kumar singh wrote: > Hi > > Gtp packets used to have a tpdu_data field. > > I don't see it in the latest wireshark. > > This is causing my lua plugins to break. > > Can someon