aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gdsdb.c
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-16 23:42:33 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-16 23:42:33 +0000
commitc745d6a4aef85cc886ef809abee21d7566b2e303 (patch)
tree0f87cd34f039a68004ef24dc4d35b3653ff2f3fd /epan/dissectors/packet-gdsdb.c
parent8dde000b92162356262f5b175cf6e6320037d125 (diff)
From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buffer lenght:"
(recursively grepped through the source and corrected all occurences, even the ones just in comments) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23211 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gdsdb.c')
-rw-r--r--epan/dissectors/packet-gdsdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gdsdb.c b/epan/dissectors/packet-gdsdb.c
index b31d663fab..116c3bcc05 100644
--- a/epan/dissectors/packet-gdsdb.c
+++ b/epan/dissectors/packet-gdsdb.c
@@ -1531,7 +1531,7 @@ proto_register_gdsdb(void)
NULL, HFILL }
},
{ &hf_gdsdb_segment_length,
- { "Lenght", "gdsdb.segment.length",
+ { "Length", "gdsdb.segment.length",
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
@@ -1655,7 +1655,7 @@ proto_register_gdsdb(void)
},
/* gdsdb_slice_response */
{ &hf_gdsdb_sliceresponse_length,
- { "Lenght", "gdsdb.sliceresponse.length",
+ { "Length", "gdsdb.sliceresponse.length",
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},