summaryrefslogtreecommitdiff
path: root/ui/tap-tcp-stream.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-07-05 23:08:30 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-07-06 06:48:10 +0000
commit50d1d59213886de1f348d85175dbdbe82fe1c87c (patch)
treee14ab9a2bd71f0d87910718f43081c2a2624577c /ui/tap-tcp-stream.h
parent4b484a6d1af9155eac0d8016cce712963cc9405e (diff)
downloadwireshark-50d1d59213886de1f348d85175dbdbe82fe1c87c.tar.gz
Qt: add initializers (CID 1162824).
Change-Id: Ib570d3531bfdd35404b75d49dbd7dd43db4c30d9 Reviewed-on: https://code.wireshark.org/review/16310 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/tap-tcp-stream.h')
-rw-r--r--ui/tap-tcp-stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/tap-tcp-stream.h b/ui/tap-tcp-stream.h
index dde701ae7f..f430fa5fa5 100644
--- a/ui/tap-tcp-stream.h
+++ b/ui/tap-tcp-stream.h
@@ -34,7 +34,8 @@ typedef enum tcp_graph_type_ {
GRAPH_TSEQ_TCPTRACE,
GRAPH_THROUGHPUT,
GRAPH_RTT,
- GRAPH_WSCALE
+ GRAPH_WSCALE,
+ GRAPH_UNDEFINED
} tcp_graph_type;
struct segment {