URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a2beef95dba6fd3fabc1910a138e0c41e7177bda
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a2beef9 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Fix assertion when applying conversation color
Packet scoped memory cannot be used here; let's use the pinfo pool
Change-Id: If76605f7a3021f5900fd46ce7d1c642a518c902f
Reviewed-on: https://code.wireshark.org/review/6061
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from ea6a578 Try to fix compilation broken by g3d3f973
adds a2beef9 Fix assertion when applying conversation color
Summary of changes:
epan/dissectors/packet-eth.c | 4 ++--
epan/dissectors/packet-ip.c | 4 ++--
epan/dissectors/packet-tcp.c | 4 ++--
epan/dissectors/packet-udp.c | 4 ++--
plugins/profinet/packet-dcom-cba-acco.c | 32 +++++++++++++++----------------
5 files changed, 24 insertions(+), 24 deletions(-)