aboutsummaryrefslogtreecommitdiffstats
path: root/packet-hclnfsd.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-02-06 18:43:24 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-02-06 18:43:24 +0000
commit1583b066e6257f1e816617e5e38e01a465abfe88 (patch)
tree03d257123e1f5f6cd970b36f419fa58aeb7567ab /packet-hclnfsd.c
parent84c1a0df1c21d2e2072e11ac560abae34fb448a2 (diff)
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
Diffstat (limited to 'packet-hclnfsd.c')
-rw-r--r--packet-hclnfsd.c4
1 files changed, 2 insertions, 2 deletions
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 <frisch@hummingbird.com>
*
- * $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 <gerald@zing.org>
@@ -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));
}