URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=db0e534ebd00af0a08bb2e1b66b3474f86fb82d8
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
db0e534 by dameiss (netshark@xxxxxxxxxxxxx):
Changed a cast (from guint to guint64) in a call to gtk_tree_store_set(). The data is actually
64-bit, and was being fetched that way - but not stored that way - leading to some very strange
(and large) values.
Change-Id: I2235ae7f1bab7f48f99afac70109a7d8f9b38e2b
Reviewed-on: https://code.wireshark.org/review/2468
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 84777a6 Removed SVN Id tag
adds db0e534 Changed a cast (from guint to guint64) in a call to gtk_tree_store_set(). The data is actually 64-bit, and was being fetched that way - but not stored that way - leading to some very strange (and large) values.
Summary of changes:
ui/gtk/lbm_stream_dlg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)