URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7836a714ab31791fdde46492154ba559a7103a8b
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7836a71 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Skinny: do not try to create a wmem_strbuf whose size is bigger than the max size allowed
While we are at it, fix errors spotted by the pre-commit tools/SkinnyProtocolOptimized
Bug: 10409
Change-Id: Ic84632e0563f801239603534121e3487cf0d6d24
Reviewed-on: https://code.wireshark.org/review/3861
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 338f6ac Added Authentication-Method and afew other AVPs that appear in the SIP-Auth-Data-Item grouped AVP.
adds 7836a71 Skinny: do not try to create a wmem_strbuf whose size is bigger than the max size allowed
Summary of changes:
epan/dissectors/packet-skinny.c | 8 ++++----
epan/dissectors/packet-skinny.c.in | 4 ++--
tools/SkinnyProtocolOptimized.xml | 2 +-
tools/parse_xml2skinny_dissector.py | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)