summaryrefslogtreecommitdiff
path: root/packet-rtp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-18 02:18:27 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-18 02:18:27 +0000
commit84123931970a8a0f1af281e7351eadabba3c0908 (patch)
tree90c18fd2b2f7ddb3e9eac08059e59c3e0068f743 /packet-rtp.c
parentb9222c0011e362d2ba9895af4eaef04a3d72c8c6 (diff)
downloadwireshark-84123931970a8a0f1af281e7351eadabba3c0908.tar.gz
From Joerg Mayer: explicitly fill in all members of a
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
Diffstat (limited to 'packet-rtp.c')
-rw-r--r--packet-rtp.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/packet-rtp.c b/packet-rtp.c
index daa4d60bb2..cf1abac6b7 100644
--- a/packet-rtp.c
+++ b/packet-rtp.c
@@ -6,7 +6,7 @@
* Copyright 2000, Philips Electronics N.V.
* Written by Andreas Sikkema <andreas.sikkema@philips.com>
*
- * $Id: packet-rtp.c,v 1.20 2001/06/15 00:42:39 guy Exp $
+ * $Id: packet-rtp.c,v 1.21 2001/06/18 02:17:51 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -563,7 +563,7 @@ proto_register_rtp(void)
BASE_DEC,
VALS(rtp_version_vals),
0x0,
- ""
+ "", HFILL
}
},
{
@@ -575,7 +575,7 @@ proto_register_rtp(void)
BASE_NONE,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -587,7 +587,7 @@ proto_register_rtp(void)
BASE_NONE,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -599,7 +599,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -611,7 +611,7 @@ proto_register_rtp(void)
BASE_NONE,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -623,7 +623,7 @@ proto_register_rtp(void)
BASE_DEC,
VALS(rtp_payload_type_vals),
0x0,
- ""
+ "", HFILL
}
},
{
@@ -635,7 +635,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -647,7 +647,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -659,7 +659,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -671,7 +671,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -683,7 +683,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -695,7 +695,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -707,7 +707,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -719,7 +719,7 @@ proto_register_rtp(void)
BASE_HEX,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -731,7 +731,7 @@ proto_register_rtp(void)
BASE_HEX,
NULL,
0x0,
- ""
+ "", HFILL
}
},
{
@@ -743,7 +743,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0x0,
- ""
+ "", HFILL
}
},
};