From 4ed6fc0bc38c1540bc96c212bc9f2003c9cd12d2 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 6 Jun 2006 23:27:21 +0000 Subject: Ethereal -> Wireshark svn path=/trunk/; revision=18374 --- tools/msnchat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/msnchat') diff --git a/tools/msnchat b/tools/msnchat index 24ec5855ba..722aee0430 100755 --- a/tools/msnchat +++ b/tools/msnchat @@ -25,7 +25,7 @@ import re import sys import array import string -import EtherealXML +import WiresharkXML import getopt # By default we output the HTML to stdout @@ -218,13 +218,13 @@ class CaptureFile: "'msnms contains \"X-MMS-IM-Format\"' " "-r " + capture_filename, "r") - EtherealXML.parse_fh(pipe, self.collect_packets) + WiresharkXML.parse_fh(pipe, self.collect_packets) for conv in self.conversations: conv.Summarize() def collect_packets(self, packet): - """Collect the packets passed back from EtherealXML. + """Collect the packets passed back from WiresharkXML. Sort them by TCP/IP conversation, as there could be multiple clients per machine.""" src_ip = packet.get_items("ip.src")[-1].get_show() -- cgit v1.2.1