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

Date: Wed, 19 Jan 2011 21:51:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35588

User: sfisher
Date: 2011/01/19 01:51 PM

Log:
 Simply this:
 
     #define SIP2_HDR "SIP/2.0"
     #define SIP2_HDR_LEN ((gint)strlen (SIP2_HDR))
 
 To this:
 
     #define SIP2_HDR "SIP/2.0"
     #define SIP2_HDR_LEN 7

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