Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master b3708a9: According to RFC 3261 7 SIP Messages

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 31 Mar 2014 15:51:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b3708a9c4a5917bec6f42754fded0bb33fbe0d74
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b3708a9 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    According to RFC 3261
    7 SIP Messages
    
       SIP is a text-based protocol and uses the UTF-8 charset
    
    So use ENC_UTF_8|ENC_NA.
    
    Change-Id: I0101eca3dd7d8ff9ebf98fd733548131b862919e
    Reviewed-on: https://code.wireshark.org/review/890
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6a3394e   Inlining wmem_strbuf_grow seems to give better performance.
    adds  b3708a9   According to RFC 3261 7 SIP Messages


Summary of changes:
 epan/dissectors/packet-sip.c |  101 +++++++++++++++++++++---------------------
 1 file changed, 51 insertions(+), 50 deletions(-)