URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=73959159dbf34b4a0b50fbd19e05cb1b470be9b0
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7395915 by Evan Huus (eapache@xxxxxxxxx):
rtsp: parse the correct token for the status code
Don't call get_token_len on next_token *and* pass in next_token to store the
subsequent pointer - the token we want to parse is the *current* value of
next_token, not the next next token (which may be beyond the end of the buffer,
if next_token happens to be the *last* token).
Bug: 10381
Change-Id: I9fb27e8bdaf2f9556f61841de30cec04b98ffb96
Reviewed-on: https://code.wireshark.org/review/3663
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 22e10be Revert "create audio-specific part of the usb conversation"
adds 7395915 rtsp: parse the correct token for the status code
Summary of changes:
epan/dissectors/packet-rtsp.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)