Wireshark-commits: [Wireshark-commits] master 98bcda5: Make call_dissector assertions non-fatal.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=98bcda594ecbe3de891bf78cfb262986d1e2b8d6
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
98bcda5 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Make call_dissector assertions non-fatal.
Replace g_assert in our call_dissector* routines with DISSECTOR_ASSERT.
Change-Id: I76104ba09e272ff34e3eaa958c7f711e27e4a3b5
Reviewed-on: https://code.wireshark.org/review/32741
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 44d11a1 Gen-bugnote: Replace multiple instances where needed.
add 98bcda5 Make call_dissector assertions non-fatal.
Summary of changes:
epan/packet.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)