aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tte-pcf.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-11-17 15:53:38 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-11-17 15:53:38 +0000
commit4e34e57739056452bc9a086352b7ea6f940371df (patch)
tree2d989f8c751ca95e45eafe58d06ca75df405e303 /epan/dissectors/packet-tte-pcf.c
parent6bf88e90bffa2ef9463b8c788a14ae3d7a488aba (diff)
From Benjamin Roch via. bug 4247:
Fix type-field of protocol control frame svn path=/trunk/; revision=30989
Diffstat (limited to 'epan/dissectors/packet-tte-pcf.c')
-rw-r--r--epan/dissectors/packet-tte-pcf.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-tte-pcf.c b/epan/dissectors/packet-tte-pcf.c
index d7124a053b..15b801c94f 100644
--- a/epan/dissectors/packet-tte-pcf.c
+++ b/epan/dissectors/packet-tte-pcf.c
@@ -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,