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

Date: Fri, 08 Feb 2013 17:52:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47572

User: mmann
Date: 2013/02/08 09:52 AM

Log:
 Handle SIP "resends" within SDP.  This is to handle "duplicate" OFFERs so they don't end up being handled by setup_sdp_transport() because the current frame couldn't match a request (due to duplication).
 
 setup_sdp_transport_resend() should be unnecessary once all higher layers use setup_sdp_transport() and the "registration" code within dissect_sdp() is removed.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +12 -0     packet-sdp.c    Modified
  +4 -0      packet-sdp.h    Modified
  +2 -0      packet-sip.c    Modified