From Benjamin Roch via. bug 4247:

Fix type-field of protocol control frame

svn path=/trunk/; revision=30989
This commit is contained in:
Kovarththanan Rajaratnam 2009-11-17 15:53:38 +00:00
parent 6bf88e90bf
commit 4e34e57739
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,9 @@
/* packet-tte-pcf.c
* Routines for Time Triggered Ethernet Protocol Control Frame dissection
*
* Author: Valentin Ecker, valentin.ecker (AT) tttech.com
* Author: Valentin Ecker
* Author: Benjamin Roch, benjamin.roch (AT) tttech.com
*
* TTTech Computertechnik AG, Austria.
* http://www.tttech.com/solutions/ttethernet/
*
@ -174,7 +176,7 @@ proto_register_tte_pcf(void)
},
{ &hf_tte_pcf_type,
{ "Type", "tte.pcf.type",
FT_UINT8, BASE_HEX, NULL, 0xF0,
FT_UINT8, BASE_HEX, NULL, 0x0F,
NULL, HFILL }
},
{ &hf_tte_pcf_res1,

View File

@ -1,7 +1,9 @@
/* packet-tte.h
* Header for Time Triggered Ethernet dissection
*
* Author: Valentin Ecker, valentin.ecker (AT) tttech.com
* Author: Valentin Ecker
* Author: Benjamin Roch, benjamin.roch [AT] tttech.com
*
* TTTech Computertechnik AG, Austria.
* http://www.tttech.com/solutions/ttethernet/
*