wireshark/plugins/epan/transum
Guy Harris 3db17dab82 transum: expert infos are not Boolean fields.
They're of type FT_NONE, meaning that they do not have values, they're
just present or not.

Handle the TCP analysis fields "tcp.analysis.retransmission" and
"tcp.analysis.keep_alive", both of which are expert infos, by just
seeing if they're present or not.

Fixes a problem mentioned in a comment in merge request !8412.
2022-10-10 16:00:53 -07:00
..
AUTHORS
CMakeLists.txt CMake: Finish splitting ADD_PLUGIN_LIBRARY. 2022-04-04 23:10:57 +00:00
README HTTPS In More Places, update some URLs. 2019-07-27 07:55:36 +00:00
decoders.c transum: expert infos are not Boolean fields. 2022-10-10 16:00:53 -07:00
decoders.h Fix config.h include order 2021-09-20 20:16:52 +01:00
extractors.c transum: expert infos are not Boolean fields. 2022-10-10 16:00:53 -07:00
extractors.h transum: expert infos are not Boolean fields. 2022-10-10 16:00:53 -07:00
packet-transum.c TRANSUM: claim 0 bytes of packet data 2022-09-29 11:17:36 +00:00
packet-transum.h HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
preferences.h Fix config.h include order 2021-09-20 20:16:52 +01: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 https://www.advance7.com
The author is Paul Offord <paul.offord@advance7.com>