aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-29 02:25:04 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-29 02:25:04 +0000
commit8fda47d5b25832de65758e0cd22a4fa7403d04a1 (patch)
tree6f306b2da2e5691c63bf3333c41313e987d0e324 /epan
parentd53a1eaf73135ebc6df7dca7b7bf7f2e4492800b (diff)
Replace "repeated blurb" by NULL in two cases;
Reformat a long line. svn path=/trunk/; revision=29606
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-rtp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rtp.c b/epan/dissectors/packet-rtp.c
index f4a545c92b..b911e619b1 100644
--- a/epan/dissectors/packet-rtp.c
+++ b/epan/dissectors/packet-rtp.c
@@ -1861,7 +1861,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0xFFFC,
- "Timestamp Offset", HFILL
+ NULL, HFILL
}
},
{
@@ -1873,7 +1873,7 @@ proto_register_rtp(void)
BASE_DEC,
NULL,
0x03FF,
- "Block Length", HFILL
+ NULL, HFILL
}
},
@@ -1995,7 +1995,8 @@ proto_register_rtp(void)
prefs_register_enum_preference(rtp_module, "version0_type",
"Treat RTP version 0 packets as",
- "If an RTP version 0 packet is encountered, it can be treated as an invalid or ZRTP packet, a STUN packet, or a T.38 packet",
+ "If an RTP version 0 packet is encountered, it can be treated as "
+ "an invalid or ZRTP packet, a STUN packet, or a T.38 packet",
&global_rtp_version0_type,
rtp_version0_types, FALSE);
prefs_register_uint_preference(rtp_module,