URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=935c8bf87b3639f2ad4bd393746e06246e66ad69
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
935c8bf by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Websocket: use pinfo pool and not packet one for the unmasked data tvb
As indicated in README.wmem, pinfo pool must be used for anything that might
end up being passed to add_new_data_source
Change-Id: I4a6396fc52e6c70c771390f502d58199c38c172a
Reviewed-on: https://code.wireshark.org/review/6144
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from f3f736c clean up the part where dissect_websocket() is called recursively
adds 935c8bf Websocket: use pinfo pool and not packet one for the unmasked data tvb
Summary of changes:
epan/dissectors/packet-websocket.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)