aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-01-31 02:31:18 +0000
committerGuy Harris <guy@alum.mit.edu>2006-01-31 02:31:18 +0000
commitc831848dd5a0fbfa1b8029e5e6a4e273941f2260 (patch)
treec20b0112005ac082b525b6aa7c3354692b2abca8
parentedabe5ed934246aa16908836d319515d3e855ea8 (diff)
Fix description of version0_type, now that it also supports T.38.
svn path=/trunk/; revision=17130
-rw-r--r--epan/dissectors/packet-rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtp.c b/epan/dissectors/packet-rtp.c
index 6549f49bbd..cfb8ffd9c9 100644
--- a/epan/dissectors/packet-rtp.c
+++ b/epan/dissectors/packet-rtp.c
@@ -1093,7 +1093,7 @@ 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 packet or a STUN packet",
+ "If an RTP version 0 packet is encountered, it can be treated as an invalid packet, a STUN packet, or a T.38 packet",
&global_rtp_version0_type,
rtp_version0_types, FALSE);
}