summaryrefslogtreecommitdiffstats
path: root/branches/1.0/tinySDP/abnf/sdp.abnf
diff options
context:
space:
mode:
Diffstat (limited to 'branches/1.0/tinySDP/abnf/sdp.abnf')
-rw-r--r--branches/1.0/tinySDP/abnf/sdp.abnf42
1 files changed, 0 insertions, 42 deletions
diff --git a/branches/1.0/tinySDP/abnf/sdp.abnf b/branches/1.0/tinySDP/abnf/sdp.abnf
deleted file mode 100644
index 8301a20..0000000
--- a/branches/1.0/tinySDP/abnf/sdp.abnf
+++ /dev/null
@@ -1,42 +0,0 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;
-; RFC 5234 - ABNF CORE RULES
-;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-OCTET= %x00-FF ; 8 bits of data
-CHAR= %x01-7F ; any 7-bit US-ASCII character, excluding NUL
-VCHAR= %x21-7E ; visible (printing) characters
-ALPHA= %x41-5A / %x61-7A ; A-Z / a-z
-DIGIT= %x30-39 ; 0-9
-
-CTL= %x00-1F / %x7F ; any US-ASCII control character: ; (octets 0 - 31) and DEL (127)
-
-HTAB= %x09 ; horizontal tab
-LF= %x0A ; linefeed
-CR= %x0D ; carriage return
-SP= %x20 ; space
-DQUOTE= %x22 ; " (Double Quote)
-BIT= "0" / "1"
-
-HEXDIG= DIGIT / "A" / "B" / "C" / "D" / "E" / "F"
-
-CRLF= CR LF ; Internet standard newline
-WSP= SP / HTAB ; white space
-LWSP= *(WSP / CRLF WSP) ; linear white space (past newline)
-;---------------------------------------------------------------------------------------------------------
-
-
-
-
-
-
-
-
-
-
-
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;
-; RFC 4566 - SDP ABNF
-;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
OpenPOWER on IntegriCloud