wireshark/plugins/transum
Michael Mann 78d56e5dd7 Cleanup transum post-dissector.
1. Enable/disable preference not needed - just use Enabled Protocol
dialog interface.  Added support for backwards compatibility of preference.
2. Add value_string for calculation values
3. Create an structured array of "hfs of interest" so they can more easily
be extended.
4. Convert a bunch of arrays into hash tables and lists.  For the amount
of wasted space they were taking up, we can live with the very slight
performance degrade.  Also puts less limits on number of things to process.

Change-Id: I7399789d62432b507062ed9cdc20ad974b9dde1b
Reviewed-on: https://code.wireshark.org/review/19406
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-12-25 08:06:53 +00:00
..
AUTHORS
CMakeLists.txt
COPYING
Makefile.am
NEWS
README
decoders.c Cleanup transum post-dissector. 2016-12-25 08:06:53 +00:00
decoders.h Cleanup transum post-dissector. 2016-12-25 08:06:53 +00:00
extractors.c transum: add Modelines info 2016-12-19 13:32:10 +00:00
extractors.h
moduleinfo.h
packet-transum.c Cleanup transum post-dissector. 2016-12-25 08:06:53 +00:00
packet-transum.h Cleanup transum post-dissector. 2016-12-25 08:06:53 +00:00
plugin.rc.in
preferences.h Cleanup transum post-dissector. 2016-12-25 08:06:53 +00:00

README

Advance7 has released under GPL this plugin
for Wireshark. It produces detailed response
time information based on the RTE model.

Advance7 can be found at http://www.advance7.com/
The author is Paul Offord <paul.offord@advance7.com>