From feab79e32878302a87c7d22c52a2d5a255dbd3e9 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 21 May 2006 04:49:01 +0000 Subject: change a whole bunch of ethereal into wireshark svn path=/trunk/; revision=18196 --- epan/dissectors/packet-skinny.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'epan/dissectors/packet-skinny.c') diff --git a/epan/dissectors/packet-skinny.c b/epan/dissectors/packet-skinny.c index bb856bc685..0a5b971d23 100644 --- a/epan/dissectors/packet-skinny.c +++ b/epan/dissectors/packet-skinny.c @@ -6,15 +6,15 @@ * * Paul E. Erkkila (pee@erkkila.org) - fleshed out the decode * skeleton to report values for most message/message fields. - * Much help from Guy Harris on figuring out the ethereal api. + * Much help from Guy Harris on figuring out the wireshark api. * * This file is based on packet-aim.c, which is * Copyright 2000, Ralf Hoelzer * * $Id$ * - * Ethereal - Network traffic analyzer - * By Gerald Combs + * Wireshark - Network traffic analyzer + * By Gerald Combs * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or @@ -2586,7 +2586,7 @@ dissect_skinny(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) get_skinny_pdu_len, dissect_skinny_pdu); } -/* Register the protocol with Ethereal */ +/* Register the protocol with Wireshark */ void proto_register_skinny(void) { -- cgit v1.2.3