aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mount.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-03-20 22:52:48 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-03-20 22:52:48 +0000
commite29f2705bf4974fc5fbdc8fb3877d774cc86d18c (patch)
tree98d32c0fb8a29652085167d2cef6efc6e780eecb /packet-mount.c
parenta56b23acd8cfefb2f0743c3f1492f15f8b73caa2 (diff)
Change dfilter_init() to check for empty-string abbreviations and for
duplicate abbreviations. All mods to packet-*.c files are fixes to remove those cases. svn path=/trunk/; revision=1733
Diffstat (limited to 'packet-mount.c')
-rw-r--r--packet-mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-mount.c b/packet-mount.c
index c80c0ce4ca..89520e9b60 100644
--- a/packet-mount.c
+++ b/packet-mount.c
@@ -1,7 +1,7 @@
/* packet-mount.c
* Routines for mount dissection
*
- * $Id: packet-mount.c,v 1.11 2000/03/09 12:13:20 girlich Exp $
+ * $Id: packet-mount.c,v 1.12 2000/03/20 22:52:43 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -628,7 +628,7 @@ proto_register_mount(void)
FT_UINT16, BASE_DEC,
NULL, 0, "Maximum amount of data that can be written atomically to a pipe" }},
{ &hf_mount_pathconf_vdisable, {
- "VDISABLE character", "mount.pathconf.pipe_buf",
+ "VDISABLE character", "mount.pathconf.vdisable_char",
FT_UINT8, BASE_HEX,
NULL, 0, "Character value to disable a terminal special character" }},
{ &hf_mount_pathconf_mask, {