Wireshark-commits: [Wireshark-commits] master 1075054: Add new encoding names for seconds/{micro, n
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1075054a1053bf6b4cac2f3ef10168618fc9594e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1075054 by Guy Harris (guy@xxxxxxxxxxxx):
Add new encoding names for seconds/{micro,nano}second time stamps.
Add ENC_TIME_SECS_NSECS and ENC_TIME_SECS_USECS; they make it more
explicit (especially to those not familiar with UN*X data types) what
the representation is, allow for ENC_TIME_SECS_MSECS etc. if they're
needed, and match names such as ENC_TIME_SECS and ENC_TIME_MSECS.
Change-Id: I6ab36fb4da70563587141cd65ffff8523477b0c4
Reviewed-on: https://code.wireshark.org/review/28564
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from a796138 Use proto_tree_add_item() for a number of time values.
adds 1075054 Add new encoding names for seconds/{micro,nano}second time stamps.
Summary of changes:
doc/README.dissector | 23 +++++++++++++--------
epan/dissectors/packet-9p.c | 12 +++++------
epan/dissectors/packet-aruba-erm.c | 2 +-
epan/dissectors/packet-bitcoin.c | 2 +-
epan/dissectors/packet-ceph.c | 2 +-
epan/dissectors/packet-epl.c | 6 +++---
epan/dissectors/packet-glusterfs.c | 6 +++---
epan/dissectors/packet-gmhdr.c | 4 ++--
epan/dissectors/packet-gquic.c | 2 +-
epan/dissectors/packet-gsmtap_log.c | 2 +-
epan/dissectors/packet-ixiatrailer.c | 2 +-
epan/dissectors/packet-mpls-pm.c | 14 ++++++-------
epan/dissectors/packet-netflow.c | 32 +++++++++++++++---------------
epan/dissectors/packet-netlink-netfilter.c | 2 +-
epan/dissectors/packet-nflog.c | 2 +-
epan/dissectors/packet-rpcap.c | 2 +-
epan/dissectors/packet-rtacser.c | 2 +-
epan/dissectors/packet-sebek.c | 4 ++--
epan/dissectors/packet-uftp4.c | 12 +++++------
epan/proto.c | 16 +++++++--------
epan/proto.h | 22 ++++++++++++--------
tools/convert_proto_tree_add_text.pl | 2 +-
22 files changed, 93 insertions(+), 80 deletions(-)