URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2bcee6ac442e6eb66dd3b09186070de4acb0010
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e2bcee6 by JC Wren (jcwren@xxxxxxxxxx):
Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,48,56}
Change-Id: I57354c309ecf3a0c8f0c7cff485638027f30bb19
Reviewed-on: https://code.wireshark.org/review/5813
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 13531d3 Convert dissectors to use address_with_resolution_to_str instead of two separate calls for address string and name resolution.
adds e2bcee6 Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,48,56}
Summary of changes:
doc/README.dissector | 57 ++-
epan/dfilter/semcheck.c | 20 +-
epan/ftypes/ftype-bytes.c | 54 ++-
epan/ftypes/ftype-double.c | 12 +-
epan/ftypes/ftype-guid.c | 6 +-
epan/ftypes/ftype-integer.c | 492 +++++++++++++++++---
epan/ftypes/ftype-ipv4.c | 6 +-
epan/ftypes/ftype-ipv6.c | 6 +-
epan/ftypes/ftype-none.c | 6 +-
epan/ftypes/ftype-pcre.c | 6 +-
epan/ftypes/ftype-string.c | 24 +-
epan/ftypes/ftype-time.c | 12 +-
epan/ftypes/ftype-tvbuff.c | 6 +-
epan/ftypes/ftypes-int.h | 12 +-
epan/ftypes/ftypes.c | 40 +-
epan/ftypes/ftypes.h | 25 +-
epan/print.c | 11 +-
epan/proto.c | 1038 ++++++++++++++++++++++++++++++-------------
epan/proto.h | 3 +
epan/to_str-int.h | 104 ++++-
epan/to_str.c | 173 +++++++-
epan/to_str.h | 1 +
epan/wslua/wslua_field.c | 4 +-
rawshark.c | 11 +-
ui/cli/tap-iostat.c | 43 +-
ui/io_graph_item.h | 18 +-
26 files changed, 1725 insertions(+), 465 deletions(-)