aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.h
AgeCommit message (Collapse)AuthorFilesLines
2013-02-08Handle SIP "resends" within SDP. This is to handle "duplicate" OFFERs so ↵Michael Mann1-0/+4
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. svn path=/trunk/; revision=47572
2013-02-08Fix error: no newline at end of filePascal Quantin1-1/+1
svn path=/trunk/; revision=47570
2013-02-08Support SDP context over SIP.Michael Mann1-0/+9
Added setup_sdp_transport() to allow higher layer protocols to call SDP with context to correctly setup an OFFER/ANSWER within SDP (which doesn't have its own transport layer). I attempted to keep backwards compatibility until all higher layer protocols set up OFFER/ANSWER context. If OFFER/ANSWER (request/response) can't be found (which would be the case for higher layer protocols without context), Wireshark should resort to the old behavior of applying SDP information as it sees packets. This patch includes integration with SIP as it appears to have the most bug reports. Other higher layer protocols will be done later. Most are mentioned in bug 2368. Fixes bug 2368 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2368) and all its duplicates Fixes bug 2992 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2992) and all its duplicates svn path=/trunk/; revision=47564
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-02-01add packet-sdp.hLars Roland1-0/+31
and from Julien Leproust: fix graph_analysis.c svn path=/trunk/; revision=13226