URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cd7387d22b7cdc2b66e884d3dcb4c7234c104cef
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cd7387d by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):
Add a "fieldcount" report to tshark -G to let us easily see how many fields
are registered.
Change-Id: I06f10d96916640cb9a782cae87898a5dd6c9c6e3
Reviewed-on: https://code.wireshark.org/review/10601
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from e64c816 Increase the number of pre-allocated hfs (from 144k to 170k).
adds cd7387d Add a "fieldcount" report to tshark -G to let us easily see how many fields are registered.
Summary of changes:
doc/tshark.pod | 2 ++
epan/proto.c | 42 ++++++++++++++++++++++++++++++++++++++++++
epan/proto.h | 3 +++
tshark.c | 3 +++
4 files changed, 50 insertions(+)