URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8699bc285819244aca8c580e8aebd7780148fedd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8699bc2 by Michael Mann (mmann78@xxxxxxxxxxxx):
Remove epan member from PacketWinData and just use cfile.epan when redissecting a packet window.
A pointer to cfile.epan was saved by the window when it's created, but any redissection will remove the epan_session used by cfile.epan underneath the window, so let's just use cfile.epan directly.
Bug: 11043
Change-Id: Ie6b85708025f8ab7d5e5dc48ad99fee0931af472
Reviewed-on: https://code.wireshark.org/review/7915
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 8327921 Fix another capture_dev_user_pmode_find() call.
adds 8699bc2 Remove epan member from PacketWinData and just use cfile.epan when redissecting a packet window.
Summary of changes:
ui/gtk/packet_win.c | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)