diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-01-20 23:25:55 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-01-20 23:25:55 +0000 |
commit | a45d3d3bfeedde961725d452c7a8f447d958c4bc (patch) | |
tree | 7c587ce6b3a27f4f68accdd766edef74563fcc1d /plugins/mgcp | |
parent | b11f1955e4408e47dcc7b01605e3754852cca3ba (diff) | |
download | wireshark-a45d3d3bfeedde961725d452c7a8f447d958c4bc.tar.gz wireshark-a45d3d3bfeedde961725d452c7a8f447d958c4bc.tar.bz2 wireshark-a45d3d3bfeedde961725d452c7a8f447d958c4bc.zip |
Fix some problems in protocol preferences blurbs.
svn path=/trunk/; revision=4582
Diffstat (limited to 'plugins/mgcp')
-rw-r--r-- | plugins/mgcp/packet-mgcp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/mgcp/packet-mgcp.c b/plugins/mgcp/packet-mgcp.c index bec38eb26c..5e09043b42 100644 --- a/plugins/mgcp/packet-mgcp.c +++ b/plugins/mgcp/packet-mgcp.c @@ -2,7 +2,7 @@ * Routines for mgcp packet disassembly * RFC 2705 * - * $Id: packet-mgcp.c,v 1.29 2001/12/10 00:26:21 guy Exp $ + * $Id: packet-mgcp.c,v 1.30 2002/01/20 23:25:55 guy Exp $ * * Copyright (c) 2000 by Ed Warnicke <hagbard@physics.rutgers.edu> * @@ -557,6 +557,7 @@ proto_register_mgcp(void) prefs_register_bool_preference(mgcp_module, "display_mgcp_message_count", "Display the number of MGCP messages", + "Display the number of MGCP messages " "found in a packet in the protocol column.", &global_mgcp_message_count); } |