From 1583b066e6257f1e816617e5e38e01a465abfe88 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 6 Feb 2001 18:43:24 +0000 Subject: The "short name" and "filter name" were reversed; put them in the right order. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2996 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-hclnfsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-hclnfsd.c') diff --git a/packet-hclnfsd.c b/packet-hclnfsd.c index 8c51d49d37..313d385d1c 100644 --- a/packet-hclnfsd.c +++ b/packet-hclnfsd.c @@ -2,7 +2,7 @@ * Routines for hclnfsd (Hummingbird NFS Daemon) dissection * Copyright 2001, Mike Frisch * - * $Id: packet-hclnfsd.c,v 1.2 2001/01/28 03:39:48 guy Exp $ + * $Id: packet-hclnfsd.c,v 1.3 2001/02/06 18:43:24 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -746,7 +746,7 @@ proto_register_hclnfsd(void) }; proto_hclnfsd = proto_register_protocol("Hummingbird NFS Daemon", - "hclnfsd", "HCLNFSD"); + "HCLNFSD", "hclnfsd"); proto_register_field_array(proto_hclnfsd, hf, array_length(hf)); proto_register_subtree_array(ett, array_length(ett)); } -- cgit v1.2.3