Pekka Pessi 86be06457e sdp_parse.c: allow msgsize = -1 in sdp_parse() arguments 13 years ago
..
sofia-sip c6de4b81a2 support RR and RS in RFC3556 3 years ago
tests 336cee8e4c add new test file 16 years ago
ChangeLog d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 years ago
Doxyfile.in d58f659f3d switch doxygen generation in sofia-sip around to use configure generated files. This should avoid some problems with warnings and errors when builing the manpages. You will probably need to autoreconf and configure sofia-sip for this 17 years ago
Makefile.am cd9f7f9466 clean up some bootstrap warnings 10 years ago
README 1761fc613c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 18 years ago
errata d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 years ago
rfc2327.txt 1761fc613c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 18 years ago
run_test_sdp d4fb2aad41 fix file modes in sofia 14 years ago
sdp.bnf 245e9e246d FS-9576 #resolve [Add Realtime Text] 8 years ago
sdp.c 21f278a238 [sofia-sip] Fix multiple issues reported by scan-build. 4 years ago
sdp.docs d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 years ago
sdp_parse.c 86be06457e sdp_parse.c: allow msgsize = -1 in sdp_parse() arguments 2 years ago
sdp_print.c c6de4b81a2 support RR and RS in RFC3556 3 years ago
sdp_tag.c d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 years ago
test_sdp.c d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 years ago
torture_sdp.c 3a2851d0c8 [sofia-sip] Fix sdp_session_cmp(), add test. Scan-build: Fix multiple dereferences of null pointer. 4 years ago

README

SDP Parser and Printer
======================

This directory contains SDP parser and printer code. Parser takes an
message and returns a corresponding C structure. Printer takes a C
structure and returns a SDP message.

There is an incomplete documentation in sdp.html on usage of
parser and printer.

Please refer to RFC 2327 for further information.