Comment 4Riccardo Schirone
2019-05-16 09:35:23 UTC
An assertion is reachable in call_dissector_only() in epan/packet.c, which checks whether the handle passed as argument is not NULL. In debug builds, this may just crash the application, while in release builds a NULL pointer dereference, with following crash, is possible.
Comment 5Riccardo Schirone
2019-05-16 09:35:25 UTC