aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mount.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-09-24 02:51:40 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-09-24 02:51:40 +0000
commitcca3ba3ce2e01e606e8420c4040bba8d33cbff46 (patch)
tree1bc5fab30afcf46d5c8783d8cc85b3fa6cb66007 /epan/dissectors/packet-mount.c
parent3edbdc151d8c9dffd080d170a5b60f803d0e5287 (diff)
(Refining the regexp...) Replace blurbs that match the name (case insensitive) with NULL.
svn path=/trunk/; revision=34230
Diffstat (limited to 'epan/dissectors/packet-mount.c')
-rw-r--r--epan/dissectors/packet-mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mount.c b/epan/dissectors/packet-mount.c
index 00a4b5c898..f5fadfb55f 100644
--- a/epan/dissectors/packet-mount.c
+++ b/epan/dissectors/packet-mount.c
@@ -902,7 +902,7 @@ proto_register_mount(void)
VALS(mount3_proc_vals), 0, NULL, HFILL }},
{ &hf_sgi_mount_procedure_v1, {
"SGI V1 procedure", "mount.procedure_sgi_v1", FT_UINT32, BASE_DEC,
- VALS(sgi_mount1_proc_vals), 0, "SGI V1 Procedure", HFILL }},
+ VALS(sgi_mount1_proc_vals), 0, NULL, HFILL }},
{ &hf_mount_path, {
"Path", "mount.path", FT_STRING, BASE_NONE,
NULL, 0, NULL, HFILL }},