From 9ba0ef775fe03d9d979ece867058df15e2e0efa8 Mon Sep 17 00:00:00 2001 From: sahlberg Date: Sun, 21 May 2006 04:49:01 +0000 Subject: change a whole bunch of ethereal into wireshark git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-dcerpc-tapi.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-dcerpc-tapi.c') diff --git a/epan/dissectors/packet-dcerpc-tapi.c b/epan/dissectors/packet-dcerpc-tapi.c index acc6224a4b..846fe0496c 100644 --- a/epan/dissectors/packet-dcerpc-tapi.c +++ b/epan/dissectors/packet-dcerpc-tapi.c @@ -4,8 +4,8 @@ * * $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 @@ -121,7 +121,7 @@ dissect_tapi_TYPE_1(tvbuff_t *tvb, int offset, di=pinfo->private_data; if(di->conformant_run){ - /* this call is to make ethereal eat the array header for the conformant run */ + /* this call is to make wireshark eat the array header for the conformant run */ offset =dissect_ndr_ucvarray(tvb, offset, pinfo, tree, drep, NULL); return offset; @@ -215,13 +215,13 @@ static hf_register_info hf[] = { NULL, 0x0, "Context handle", HFILL }}, { &hf_tapi_unknown_long, { "Unknown long", "tapi.unknown.long", FT_UINT32, BASE_HEX, - NULL, 0x0, "Unknown long. If you know what this is, contact ethereal developers.", HFILL }}, + NULL, 0x0, "Unknown long. If you know what this is, contact wireshark developers.", HFILL }}, { &hf_tapi_unknown_string, { "Unknown string", "tapi.unknown.string", FT_STRING, BASE_HEX, - NULL, 0x0, "Unknown string. If you know what this is, contact ethereal developers.", HFILL }}, + NULL, 0x0, "Unknown string. If you know what this is, contact wireshark developers.", HFILL }}, { &hf_tapi_unknown_bytes, { "Unknown bytes", "tapi.unknown.bytes", FT_BYTES, BASE_HEX, - NULL, 0x0, "Unknown bytes. If you know what this is, contact ethereal developers.", HFILL }} + NULL, 0x0, "Unknown bytes. If you know what this is, contact wireshark developers.", HFILL }} }; static gint *ett[] = { -- cgit v1.2.3