aboutsummaryrefslogtreecommitdiffstats
path: root/epan/rtp_pt.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-02-13 12:05:26 -0500
committerBill Meier <wmeier@newsguy.com>2015-02-13 17:34:53 +0000
commit9c866ff971c1c8c94ccb699d040dda34abafb55a (patch)
tree5ddc07a1439f456d71b8b03da2cf3bfe5e578490 /epan/rtp_pt.h
parent936f685af5e42b8faa01ae24aac6b71c47950b6f (diff)
Replace tabs by spaces when editor modelines has "expandtab"
Change-Id: If7a6f2697be732ae4f94ed8b845fd293c32510f7 Also: tabs-stops should be 8 Reviewed-on: https://code.wireshark.org/review/7100 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/rtp_pt.h')
-rw-r--r--epan/rtp_pt.h120
1 files changed, 60 insertions, 60 deletions
diff --git a/epan/rtp_pt.h b/epan/rtp_pt.h
index ebf30586ef..c10c344c16 100644
--- a/epan/rtp_pt.h
+++ b/epan/rtp_pt.h
@@ -35,71 +35,71 @@ extern "C" {
* Table B.2 / H.225.0
* Also RFC 3551, and
*
- * http://www.iana.org/assignments/rtp-parameters
+ * http://www.iana.org/assignments/rtp-parameters
*/
-#define PT_PCMU 0 /* RFC 3551 */
-#define PT_1016 1 /* RFC 1890 (reserved in RFC 3551) */
-#define PT_G721 2 /* RFC 1890 (reserved in RFC 3551) */
-#define PT_GSM 3 /* RFC 3551 */
-#define PT_G723 4 /* From Vineet Kumar of Intel; see the Web page */
-#define PT_DVI4_8000 5 /* RFC 3551 */
-#define PT_DVI4_16000 6 /* RFC 3551 */
-#define PT_LPC 7 /* RFC 3551 */
-#define PT_PCMA 8 /* RFC 3551 */
-#define PT_G722 9 /* RFC 3551 */
-#define PT_L16_STEREO 10 /* RFC 3551 */
-#define PT_L16_MONO 11 /* RFC 3551 */
-#define PT_QCELP 12 /* Qualcomm Code Excited Linear Predictive coding? */
-#define PT_CN 13 /* RFC 3389 */
-#define PT_MPA 14 /* RFC 3551, RFC 2250 */
-#define PT_G728 15 /* RFC 3551 */
-#define PT_DVI4_11025 16 /* from Joseph Di Pol of Sun; see the Web page */
-#define PT_DVI4_22050 17 /* from Joseph Di Pol of Sun; see the Web page */
-#define PT_G729 18
-#define PT_CN_OLD 19 /* Payload type reserved (old version Comfort Noise) */
-#define PT_CELB 25 /* RFC 2029 */
-#define PT_JPEG 26 /* RFC 2435 */
-#define PT_NV 28 /* RFC 1890 */
-#define PT_H261 31 /* RFC 2032 */
-#define PT_MPV 32 /* RFC 2250 */
-#define PT_MP2T 33 /* RFC 2250 */
-#define PT_H263 34 /* from Chunrong Zhu of Intel; see the Web page */
+#define PT_PCMU 0 /* RFC 3551 */
+#define PT_1016 1 /* RFC 1890 (reserved in RFC 3551) */
+#define PT_G721 2 /* RFC 1890 (reserved in RFC 3551) */
+#define PT_GSM 3 /* RFC 3551 */
+#define PT_G723 4 /* From Vineet Kumar of Intel; see the Web page */
+#define PT_DVI4_8000 5 /* RFC 3551 */
+#define PT_DVI4_16000 6 /* RFC 3551 */
+#define PT_LPC 7 /* RFC 3551 */
+#define PT_PCMA 8 /* RFC 3551 */
+#define PT_G722 9 /* RFC 3551 */
+#define PT_L16_STEREO 10 /* RFC 3551 */
+#define PT_L16_MONO 11 /* RFC 3551 */
+#define PT_QCELP 12 /* Qualcomm Code Excited Linear Predictive coding? */
+#define PT_CN 13 /* RFC 3389 */
+#define PT_MPA 14 /* RFC 3551, RFC 2250 */
+#define PT_G728 15 /* RFC 3551 */
+#define PT_DVI4_11025 16 /* from Joseph Di Pol of Sun; see the Web page */
+#define PT_DVI4_22050 17 /* from Joseph Di Pol of Sun; see the Web page */
+#define PT_G729 18
+#define PT_CN_OLD 19 /* Payload type reserved (old version Comfort Noise) */
+#define PT_CELB 25 /* RFC 2029 */
+#define PT_JPEG 26 /* RFC 2435 */
+#define PT_NV 28 /* RFC 1890 */
+#define PT_H261 31 /* RFC 2032 */
+#define PT_MPV 32 /* RFC 2250 */
+#define PT_MP2T 33 /* RFC 2250 */
+#define PT_H263 34 /* from Chunrong Zhu of Intel; see the Web page */
/* Added to by Alex Lindberg to cover port ranges 96-127 - Dynamic RTP
Some of these ports are used by Avaya for Modem and FAX support */
-#define PT_UNDF_96 96 /* RFC 3551 */
-#define PT_UNDF_97 97
-#define PT_UNDF_98 98
-#define PT_UNDF_99 99
-#define PT_UNDF_100 100
-#define PT_UNDF_101 101
-#define PT_UNDF_102 102
-#define PT_UNDF_103 103
-#define PT_UNDF_104 104
-#define PT_UNDF_105 105
-#define PT_UNDF_106 106
-#define PT_UNDF_107 107
-#define PT_UNDF_108 108
-#define PT_UNDF_109 109
-#define PT_UNDF_110 110
-#define PT_UNDF_111 111
-#define PT_UNDF_112 112
-#define PT_UNDF_113 113
-#define PT_UNDF_114 114
-#define PT_UNDF_115 115
-#define PT_UNDF_116 116
-#define PT_UNDF_117 117
-#define PT_UNDF_118 118
-#define PT_UNDF_119 119
-#define PT_UNDF_120 120
-#define PT_UNDF_121 121
-#define PT_UNDF_122 122
-#define PT_UNDF_123 123
-#define PT_UNDF_124 124
-#define PT_UNDF_125 125
-#define PT_UNDF_126 126
-#define PT_UNDF_127 127
+#define PT_UNDF_96 96 /* RFC 3551 */
+#define PT_UNDF_97 97
+#define PT_UNDF_98 98
+#define PT_UNDF_99 99
+#define PT_UNDF_100 100
+#define PT_UNDF_101 101
+#define PT_UNDF_102 102
+#define PT_UNDF_103 103
+#define PT_UNDF_104 104
+#define PT_UNDF_105 105
+#define PT_UNDF_106 106
+#define PT_UNDF_107 107
+#define PT_UNDF_108 108
+#define PT_UNDF_109 109
+#define PT_UNDF_110 110
+#define PT_UNDF_111 111
+#define PT_UNDF_112 112
+#define PT_UNDF_113 113
+#define PT_UNDF_114 114
+#define PT_UNDF_115 115
+#define PT_UNDF_116 116
+#define PT_UNDF_117 117
+#define PT_UNDF_118 118
+#define PT_UNDF_119 119
+#define PT_UNDF_120 120
+#define PT_UNDF_121 121
+#define PT_UNDF_122 122
+#define PT_UNDF_123 123
+#define PT_UNDF_124 124
+#define PT_UNDF_125 125
+#define PT_UNDF_126 126
+#define PT_UNDF_127 127
WS_DLL_PUBLIC value_string_ext rtp_payload_type_vals_ext;
WS_DLL_PUBLIC value_string_ext rtp_payload_type_short_vals_ext;