Wireshark-commits: [Wireshark-commits] rev 32116: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 04 Mar 2010 20:35:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32116

User: etxrab
Date: 2010/03/04 12:35 PM

Log:
 Use a hash table to lookup the SIP header.
 It reduces the loading time of a file with 220 000 packets by 3s.
 (SIP parsing should be optimized, if SIP is dissabled loading time is ~15s with SIP ~30s ).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +92 -71    packet-sip.c    Modified