URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=01aa9bf48e31e34986a51554955820bcf49b6e8f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
01aa9bf by Jason Cohen (j.cohen@xxxxxx):
f5ethtrailer: type-version subdissector table
Add a subdissector table to the noise provider.
This allows for extendability via a plugin to support
new versions or message types of trailer noise.
The original f5ethtrailer was distrubuted as a plugin.
Since including it as part of libwireshark it has been
impossible to add support for changes in the data this
dissector decodes once Wireshark is released without patching
and compiling on your own (or possibly building a git dev branch).
This provides a mechanisim to add additional support to the
dissector via plugin without needing to rebuild Wireshark.
Change-Id: I1912ab497e0cfd34dcd92a893b819333665e23cd
Reviewed-on: https://code.wireshark.org/review/34063
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from e9fca54 f5ethtrailer - Collapsible-Header trailer header
add 01aa9bf f5ethtrailer: type-version subdissector table
Summary of changes:
epan/dissectors/packet-f5ethtrailer.c | 38 +++++++++++------------------------
1 file changed, 12 insertions(+), 26 deletions(-)