aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-07-26 18:52:02 +0100
committerJoão Valverde <j@v6e.pt>2016-07-26 17:57:07 +0000
commit407c0d01b6555839b1fbd205f8d748279622b859 (patch)
tree956fe9d05bb2663674538f4f9c8c4ac01a9e6c47 /ui/gtk
parenta5a7c27d408730806a23c1800587d72297251151 (diff)
CLI/GTK: Fix compare_stat checksum to include IPv4 offset again
BYTES was not changed to account for the change of ip_len from 16 to 32 bits. Change-Id: I37b472971fe42a05eb612f88bd38c753f5cf0a08 Reviewed-on: https://code.wireshark.org/review/16706 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/compare_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/compare_stat.c b/ui/gtk/compare_stat.c
index dbdcba70f4..5787e83c05 100644
--- a/ui/gtk/compare_stat.c
+++ b/ui/gtk/compare_stat.c
@@ -74,7 +74,7 @@ void register_tap_listener_gtkcomparestat(void);
#define COLOR_N 1
/* For checksum */
-#define BYTES 12
+#define BYTES 14
#define WRONG_CHKSUM 0
#define MERGED_FILES 2