Wireshark-commits: [Wireshark-commits] master 4be5e4d: Document to_str-int.h functions.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4be5e4d0122c4b5718447a198d970b7ee34dd88f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4be5e4d by Jakub Zawadzki (darkjames@xxxxxxxxxxxx):
Document to_str-int.h functions.
Change argument name of hex_to_str_back pad->len it seems to sounds better.
Make uint_to_str_back_len() value uint32, to be sure about required buffer size.
Change-Id: I48fd560683c5c0845cbb60813887a18328ec01e6
Reviewed-on: https://code.wireshark.org/review/1448
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from b3bb951 Optimize display_signed_time() - remove g_snprintf
adds 4be5e4d Document to_str-int.h functions.
Summary of changes:
epan/to_str-int.h | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
epan/to_str.c | 10 ++---
2 files changed, 119 insertions(+), 7 deletions(-)