Re: [Wireshark-dev] XML Parsing in Wireshark

2009-05-11 Thread Anders Broman
:10 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] XML Parsing in Wireshark Andreas Stuckert a écrit : > wsgd writes: > > __ > I use www.sourceforge.net/projects/tinyxml. > But it is C++. > > Olivier >

Re: [Wireshark-dev] XML Parsing in Wireshark

2009-05-11 Thread wsgd
Andreas Stuckert a écrit : > wsgd writes: > > __ > I use www.sourceforge.net/projects/tinyxml. > But it is C++. > > Olivier > > Andreas Stuckert a écrit : > Hi ! > for my project, we have to use a XML parser to read a SercosIII > Configuratio

Re: [Wireshark-dev] XML Parsing in Wireshark

2009-05-10 Thread Andreas Stuckert
wsgd writes: __ I use www.sourceforge.net/projects/tinyxml. But it is C++. Olivier Andreas Stuckert a écrit : Hi ! for my project, we have to use a XML parser to read a SercosIII Configuration interface file to get information to dissect ser

Re: [Wireshark-dev] XML Parsing in Wireshark

2009-05-10 Thread Andreas Stuckert
j 2009 10:12 > Till: wireshark-...@... > Ämne: [Wireshark-dev] XML Parsing in Wireshark > > Hi ! > for my project, we have to use a XML parser to read a SercosIII > Configuration interface file to get information to dissect sercosIII data > frames in detail. The written

Re: [Wireshark-dev] XML Parsing in Wireshark

2009-05-10 Thread Anders Broman
: [Wireshark-dev] XML Parsing in Wireshark Hi ! for my project, we have to use a XML parser to read a SercosIII Configuration interface file to get information to dissect sercosIII data frames in detail. The written Plugin should be released in a further version of Wireshark There for I have some

Re: [Wireshark-dev] XML Parsing in Wireshark

2009-05-10 Thread wsgd
I use www.sourceforge.net/projects/tinyxml. But it is C++. Olivier Andreas Stuckert a écrit : > Hi ! > for my project, we have to use a XML parser to read a SercosIII > Configuration interface file to get information to dissect sercosIII data > frames in detail. The written Plugin should be rele

[Wireshark-dev] XML Parsing in Wireshark

2009-05-10 Thread Andreas Stuckert
Hi ! for my project, we have to use a XML parser to read a SercosIII Configuration interface file to get information to dissect sercosIII data frames in detail. The written Plugin should be released in a further version of Wireshark There for I have some Questions: - I found no XML Parsing Lib in