aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-05-04 19:48:33 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-05-04 19:48:33 +0000
commit5714310d781615d4c781ae2e3f87640f930947ea (patch)
tree0c3ecbfa358eef8240e10f8cdf9781344f26bcb9 /epan/dissectors
parent9aa7db004230d1e2d58b2af6ad65b5960ecee287 (diff)
fix spelling: PROFInet -> PROFINET
svn path=/trunk/; revision=18094
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-ethertype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index e73842c74e..5b6faf63b8 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -93,7 +93,7 @@ const value_string etype_vals[] = {
{ETHERTYPE_RTMAC, "Real-Time Media Access Control" },
{ETHERTYPE_RTCFG, "Real-Time Configuration Protocol" },
{ETHERTYPE_CDMA2000_A10_UBS, "CDMA2000 A10 Unstructured byte stream" },
- {ETHERTYPE_PROFINET, "PROFInet" },
+ {ETHERTYPE_PROFINET, "PROFINET" },
{ETHERTYPE_AOE, "ATA over Ethernet" },
{ETHERTYPE_CSM_ENCAPS, "CSM_ENCAPS Protocol" },
{ETHERTYPE_IEEE802_OUI_EXTENDED, "IEEE 802a OUI Extended Ethertype" },