URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=659d0efc928e102d8ca0390a374cddcbad7d8797
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
659d0ef by Jakub Zawadzki (darkjames@xxxxxxxxxxxx):
sip optimization: avoid calling tvb_get_guint8.
Use tvb_pbrk_guint8, tvb_find_guint8 when possible.
Change-Id: If8090d9b9b92146e9c216f139c056130d6b04e78
Reviewed-on: https://code.wireshark.org/review/2569
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 94e6bbe Put each option on a line of its own.
adds 659d0ef sip optimization: avoid calling tvb_get_guint8.
Summary of changes:
epan/dissectors/packet-sip.c | 139 +++++++++++++++++++++++++-----------------
1 file changed, 83 insertions(+), 56 deletions(-)