URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e48ab48c3ff43349990909a448e40d7ee08a94fc
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e48ab48 by Guy Harris (guy@xxxxxxxxxxxx):
Allow EUI-64s to be specified as numbers or byte strings.
They are, after all, really byte strings, just as MAC-48s/EUI-48s are.
Clean up some of the integer <-> byte-string trickery a bit, using
unions rather than pointer punning.
Bug: 11380
Change-Id: I0d9aa3ca7bb6b7e4c75e49a11b13d3d0e5a04473
Reviewed-on: https://code.wireshark.org/review/9727
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 1e48766 Qt: Add option to back white line separator for packet list items
adds e48ab48 Allow EUI-64s to be specified as numbers or byte strings.
Summary of changes:
epan/ftypes/ftype-integer.c | 45 +++++++++++++++++++++++++++++--------------
1 file changed, 31 insertions(+), 14 deletions(-)