wireshark/plugins/transum
Guy Harris 847c25c5a7 Prime the epan_dissect_t with postdissector wanted fields if necessary.
This makes sure that postdissectors that indicate that they need certain
fields in the first pass will get them.

While we're at it:

Fix the field-fetching code in TRANSUM not to assume it got any
instances of the field being fetched.

Rename process_packet_first_pass() in sharkd to process_packet(), as
it's the only routine in sharkd that processes packets.

Rename process_packet() in tshark and tfshark to
process_packet_single_pass(), as it's what's used if we're only doing
one-pass analysis.

Clean up comments and whitespace.

Change-Id: I3769af952c66f5ca4b68002ad6213858ab9cab9b
Reviewed-on: https://code.wireshark.org/review/21063
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-04-12 23:33:37 +00:00
..
AUTHORS
CMakeLists.txt
COPYING
Makefile.am
NEWS
README
decoders.c Prime the epan_dissect_t with postdissector wanted fields if necessary. 2017-04-12 23:33:37 +00:00
decoders.h Cleanup transum post-dissector. 2016-12-25 08:06:53 +00:00
extractors.c transum: Add protections against NULL trees. 2017-02-18 03:09:38 +00:00
extractors.h
moduleinfo.h
packet-transum.c Add an API to let a postdissector specify fields whose values it needs. 2017-04-12 04:31:19 +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>