aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-15 20:24:56 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-15 20:24:56 +0000
commit1868bd172bde87087d0d150a8c44570d70d55efd (patch)
tree88d61282bda6e5e6350c1272c6cbb6ae1e44b92d /ui/qt/packet_list.h
parent4eefe7c5a11434ac327e828dfc79972ce97906f0 (diff)
When we freeze the packet list disconnect its model.
This matches the GTK+ behavior and keeps us from dissecting TCP packets out of order when we follow a TCP stream. svn path=/trunk/; revision=53342
Diffstat (limited to 'ui/qt/packet_list.h')
-rw-r--r--ui/qt/packet_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/packet_list.h b/ui/qt/packet_list.h
index aef9508e4a..c3b06243f7 100644
--- a/ui/qt/packet_list.h
+++ b/ui/qt/packet_list.h
@@ -43,6 +43,8 @@ public:
void setProtoTree(ProtoTree *proto_tree);
void setByteViewTab(ByteViewTab *byteViewTab);
void updateAll();
+ void freeze();
+ void thaw();
void clear();
void writeRecent(FILE *rf);
bool contextMenuActive();