URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1157aa8fd18ffad0476312e703757cfda41d2f48
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1157aa8 by Guy Harris (guy@xxxxxxxxxxxx):
    Set 64-bit signed values with proto_tree_set_int64().
    
    As in "don't set it with proto_tree_set_uint64(), signed vs. unsigned
    matters".
    
    Change-Id: I23ef3d172fa40c0867dfb6a078ce292bd5282170
    Reviewed-on: https://code.wireshark.org/review/7306
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  2196378   Fetch values appropriately according to the value's type.
    adds  1157aa8   Set 64-bit signed values with proto_tree_set_int64().
Summary of changes:
 epan/proto.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)