From e29f2705bf4974fc5fbdc8fb3877d774cc86d18c Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Mon, 20 Mar 2000 22:52:48 +0000 Subject: 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 --- packet-mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-mount.c') 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 @@ -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, { -- cgit v1.2.3