summaryrefslogtreecommitdiff
path: root/ui/gtk/decode_as_dlg.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-24 16:47:38 +0000
committerEvan Huus <eapache@gmail.com>2013-03-24 16:47:38 +0000
commitc4a36c513fdd2009d47a058e4006fd42a6cbd6b4 (patch)
tree41f6581d9cb333a1f09d58bf17724576b8db41e1 /ui/gtk/decode_as_dlg.c
parentace8a9cb6ae4b869b3de77b95032afb024338424 (diff)
downloadwireshark-c4a36c513fdd2009d47a058e4006fd42a6cbd6b4.tar.gz
Redissect extra packet windows in all cases (that I know of) where we
redissect normal packet list. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8482 svn path=/trunk/; revision=48528
Diffstat (limited to 'ui/gtk/decode_as_dlg.c')
-rw-r--r--ui/gtk/decode_as_dlg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/gtk/decode_as_dlg.c b/ui/gtk/decode_as_dlg.c
index e0d8c62217..986f88ea7e 100644
--- a/ui/gtk/decode_as_dlg.c
+++ b/ui/gtk/decode_as_dlg.c
@@ -50,6 +50,7 @@
#include "ui/gtk/decode_as_ber.h"
#include "ui/gtk/help_dlg.h"
#include "ui/gtk/old-gtk-compat.h"
+#include "ui/gtk/packet_win.h"
#undef DEBUG
@@ -578,6 +579,7 @@ decode_clear_all(gboolean redissect)
if (redissect) {
redissect_packets();
+ redissect_all_packet_windows();
}
}
@@ -1062,6 +1064,7 @@ decode_ok_cb (GtkWidget *ok_bt _U_, gpointer parent_w)
decode_dimmable = NULL;
redissect_packets();
+ redissect_all_packet_windows();
}
/*
@@ -1091,6 +1094,7 @@ decode_apply_cb (GtkWidget *apply_bt _U_, gpointer parent_w)
func(notebook_pg);
redissect_packets();
+ redissect_all_packet_windows();
}
/*