ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] add new project

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Mon, 30 Mar 2009 18:22:28 +0200

Hi,

No currently there is no XML parsing library used, the diameter dissector parses XML to load the AVP:s

But I don’t think it’s a general xml parser. A similar approach could be used depending on your needs.

Adding a XML library to the current project needs to be discussed I suppose, using GMarkupParser as per your previous

mail might be an option (some one else suggested that as well) the drawback is that it’s only available in recent

versions of glib, I’ve no idea if it limited to glib’s needs or if it’s a general XML parser. Using Glib might be more appealing

than adding another library however. Comments any one?

Regards

Anders

 


Från: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] För POINTEAU Remy
Skickat: den 30 mars 2009 16:51
Till: Developer support list for Wireshark
Ämne: [Wireshark-dev] add new project

 

Hi !

for my project, i have to use a parser, and i  have several questions :

- Should i create a new project to modify th edependency of the project ?

- Should i use Tinyxml to parse my XML files or, is there already a parser in wireshark ?

    - how can i use this parser if there is already one ?

 

Can you answer to my questions please because the dead line of my project come quickly

 

Thank you for all

Rémy