Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.

Correct protocol name.

svn path=/trunk/; revision=24503
This commit is contained in:
Jaap Keuter 2008-02-29 07:53:15 +00:00
parent 6d61024a55
commit 4562744a64
3 changed files with 6 additions and 2 deletions

View File

@ -2693,6 +2693,10 @@ Fulko Hew <fulko.hew [AT] gmail.com> {
Link Control) WAN protocol dissection
}
Yukiyo Akisada <Yukiyo.Akisada [AT] jp.yokogawa.com> {
FOUNDATION fieldbus
}
Andy Chu <chu.dev [AT] gmail.com> {
China Mobile Point to Point
}

View File

@ -16873,7 +16873,7 @@ proto_register_ff(void)
&ett_ff_lr_diagnostic_msg_req_b_to_b_status,
};
proto_ff = proto_register_protocol("Foundation Fieldbus", "FF", "ff");
proto_ff = proto_register_protocol("FOUNDATION Fieldbus", "FF", "ff");
proto_register_field_array(proto_ff, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));

View File

@ -404,7 +404,7 @@ static const value_string ptp_managementMessageKey_vals[] = {
static const value_string ptp_communicationid_vals[] = {
{PTP_CLOSED, "Closed system outside the scope of this standard."},
{PTP_ETHER, "IEEE 802.3 (Ethernet)"},
{PTP_FFBUS, "FoundationFieldbus"},
{PTP_FFBUS, "FOUNDATION Fieldbus"},
{PTP_PROFIBUS, "PROFIBUS"},
{PTP_LON, "LonTalk"},
{PTP_DNET, "DeviceNet"},