aboutsummaryrefslogtreecommitdiffstats
path: root/packet-hclnfsd.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-02-06 18:43:24 +0000
committerGuy Harris <guy@alum.mit.edu>2001-02-06 18:43:24 +0000
commit2c704b496ea21178b3db0c03eb59ebb237b38ead (patch)
tree03d257123e1f5f6cd970b36f419fa58aeb7567ab /packet-hclnfsd.c
parent967e079bfb3bccc578d3a85f15dcfe62a42f4399 (diff)
The "short name" and "filter name" were reversed; put them in the right
order. svn path=/trunk/; revision=2996
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));
}