hgn / captcp

A open source program for TCP analysis of PCAP files
http://research.protocollabs.com/captcp/
GNU General Public License v3.0
113 stars 40 forks source link

I desperately needed to set a custom title in the throughput module, so... #18

Closed yalla closed 10 years ago

yalla commented 10 years ago

...I reworked it a bit to accept at least title=... and no-title. Copied code from the TimeSequenceMod class. This patch doesn't do any more than accepting a custom title for the throughput module. Maybe I add other options later, but for now this works for me.

OK, now I have to run this over a few hundred pcap-files again :-)

hgn commented 10 years ago

...I reworked it a bit to accept at least title=... and no-title. Copied code from the TimeSequenceMod class. This patch doesn't do any more than accepting a custom title for the throughput module. Maybe I add other options later, but for now this works for me.

Merged, thank you! (I reflowed the commit message).

Hagen

yalla commented 10 years ago

Yeah I justcommitted to my own repo until I realized that it might be useful to others too. Less -v next time.

hgn commented 10 years ago

no problem! Thank you

yalla commented 10 years ago

By the way, since you committed my changes manually, may I close this pull request? Thanks!

hgn commented 10 years ago

Done, thank you