aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2003-12-09 05:56:31 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2003-12-09 05:56:31 +0000
commitc7cee4331f5586c7987a82caaf93351f07ec288e (patch)
tree112483260f3d6e31184a3da0f9bb50ee5619898a /tools
parent8ce34a3cbd1ef8025d033a603d57e1147059d19e (diff)
-Tpdml and -Tps force -V. Thus, -V is no longer required when using -Tpdml.
Eventually, -Tps will not force -V, and will print summaries when -V is not selected. However, work still has to be done there. svn path=/trunk/; revision=9218
Diffstat (limited to 'tools')
-rwxr-xr-xtools/msnchat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msnchat b/tools/msnchat
index 4c88edaa06..bc641f5edc 100755
--- a/tools/msnchat
+++ b/tools/msnchat
@@ -214,7 +214,7 @@ class CaptureFile:
self.conversations = []
self.conversations_map = {}
- pipe = os.popen(tethereal + " -Tpdml -V -n -R "
+ pipe = os.popen(tethereal + " -Tpdml -n -R "
"'msnms contains \"X-MMS-IM-Format\"' "
"-r " + capture_filename, "r")