From 60d39348a03f5b01e557a78c263cbe35441717c1 Mon Sep 17 00:00:00 2001 From: sahlberg Date: Mon, 22 May 2006 08:14:01 +0000 Subject: ethereal->wireshark updates git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18206 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-ncp2222.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-ncp2222.inc') diff --git a/epan/dissectors/packet-ncp2222.inc b/epan/dissectors/packet-ncp2222.inc index 01864916d3..69c52fe1ff 100644 --- a/epan/dissectors/packet-ncp2222.inc +++ b/epan/dissectors/packet-ncp2222.inc @@ -1351,7 +1351,7 @@ process_ptvc_record(ptvcursor_t *ptvc, const ptvc_record *rec, * of NCP request and give a sequence ID. The response, unfortunately, only * identifies itself via the sequence ID; you have to know what type of NCP * request the request packet contained in order to successfully parse the NCP - * response. A global method for doing this does not exist in ethereal yet + * response. A global method for doing this does not exist in wireshark yet * (NFS also requires it), so for now the NCP section will keep its own hash * table keeping track of NCP packet types. * @@ -1453,7 +1453,7 @@ ncp_req_eid_hash_cleanup(gpointer key _U_, gpointer value, gpointer user_data _U } /* Initializes the hash table and the mem_chunk area each time a new - * file is loaded or re-loaded in ethereal */ + * file is loaded or re-loaded in wireshark */ static void ncp_init_protocol(void) { -- cgit v1.2.3