• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-May-2020-

sofia-sip/H12-May-2020-661374

tests/H12-May-2020-159148

ChangeLogH A D12-May-20201.4 KiB5632

Doxyfile.inH A D12-May-2020313 138

Makefile.amH A D12-May-20201.5 KiB6428

Makefile.inH A D12-May-202046.8 KiB1,3981,160

READMEH A D12-May-2020360 128

errataH A D12-May-2020432 159

run_test_sdpH A D12-May-2020412 2413

sdp.bnfH A D12-May-20206.9 KiB250141

sdp.cH A D12-May-202047.9 KiB1,9311,253

sdp.docsH A D12-May-20203.1 KiB12190

sdp_parse.cH A D12-May-202050.5 KiB1,9321,096

sdp_print.cH A D12-May-202019.4 KiB749545

sdp_tag.cH A D12-May-20201.3 KiB488

test_sdp.cH A D12-May-20203 KiB13780

torture_sdp.cH A D12-May-202026.8 KiB1,023778

README

1SDP Parser and Printer
2======================
3
4	This directory contains SDP parser and printer code.  Parser takes an
5	message and returns a corresponding C structure. Printer takes a C
6	structure and returns a SDP message.
7
8	There is an incomplete documentation in sdp.html on usage of
9	parser and printer.
10
11	Please refer to RFC 2327 for further information.
12