URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dfbfdc411c11a5c49307a3125810f65a099bdd85
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
dfbfdc4 by AndersBroman (anders.broman@xxxxxxxxxxxx):
[H248] Fix Warn Dissector bug, protocol H248, in packet 1: tvbuff.c:532: failed assertion "tvb && tvb->initialized"
gcp_analyze_msg() is called with a NULL tvb, remove h248_tvb and use tvb
instead.
Change-Id: I2cb4c3577817bbaa4ec50b2a5ef0ef296059e683
Reviewed-on: https://code.wireshark.org/review/17082
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 13d0d10 QUIC: Add MIDS (Max incoming dynamic streams) Tag
adds dfbfdc4 [H248] Fix Warn Dissector bug, protocol H248, in packet 1: tvbuff.c:532: failed assertion "tvb && tvb->initialized"
Summary of changes:
epan/dissectors/asn1/h248/h248.cnf | 2 +-
epan/dissectors/asn1/h248/packet-h248-template.c | 2 --
epan/dissectors/packet-h248.c | 10 ++++------
3 files changed, 5 insertions(+), 9 deletions(-)