Draft Proposal GSOC 2019

P Mairo akoudanilo at gmail.com
Tue Apr 9 12:45:16 UTC 2019


Thanks for all the reviews on my work,
I took a look at the perl script
https://www.samba.org/samba/docs/current/man-html/traffic_replay.7.html and
as a first impression I think it will be useful so I add it for a further
reading.

Le mar. 9 avr. 2019 à 06:38, Andrew Bartlett <abartlet at samba.org> a écrit :

> On Mon, 2019-04-08 at 23:55 +0100, P Mairo via samba-technical wrote:
> > Thanks for the feedback,
> > - thanks for pointing out the incorrect reference, I'll replace it
> > with
> > this one :
> > https://github.com/wireshark/wireshark/blob/master/doc/README.xml-out
> > put,
> > as far as the parsing is concerned, I heard a lot of good things
> > about
> > ElementTree (
> > https://stackoverflow.com/questions/1912434/how-do-i-parse-xml-in-pyt
> > hon)
> > which is included in the Python standard library
> > - For the XML parsing, I go from the assumption that the diff of two
> > pdml
> > files is also a valid pdml file that I can convert to html where what
> > I
> > call "diff" is just the combination of the two outputs where I'll
> > find a
> > way to retain which line belongs to which file then use a color
> > scheme to
> > prettify all that while not being too fancy.
>
> You should also be aware of script/traffic_summary.pl
>
> #! /usr/bin/perl
> #
> # Summarise tshark pdml output into a form suitable for the load test
> tool
> #
>
> While we normally only add new Python to Samba, this was a rare
> exception, and the simplicity of the script demonstrates that.
>
> Sorry if this makes things more complex, but I wanted to mention it.
>
> Andrew Bartlett
>
> --
> Andrew Bartlett                       http://samba.org/~abartlet/
> Authentication Developer, Samba Team  http://samba.org
> Samba Developer, Catalyst IT
> http://catalyst.net.nz/services/samba
>
>
>
>

-- 
https://github.com/RMPR


More information about the samba-technical mailing list