From Tobias Klauser:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 21 Jan 2011 06:30:55 +0000 (06:30 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 21 Jan 2011 06:30:55 +0000 (06:30 +0000)
Fix standard to IEC62439 Part 3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5599

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35605 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-prp.c

index 75cefe0abe45e223cd794ed81a0a1b6716f28d4e..3d3dc895b1bf79c76e001bd0268c2b9ec09f789f 100644 (file)
@@ -1,5 +1,5 @@
 /* packet-prp.c
- * Routines for PRP (Parallel Redundancy Protocol; IEC62439 Chapter 6) dissection
+ * Routines for PRP (Parallel Redundancy Protocol; IEC62439 Part 3) dissection
  * Copyright 2007, Sven Meier <msv[AT]zhwin.ch>
  *
  * $Id$
@@ -340,7 +340,7 @@ void proto_register_prp(void)
 
 
     /* Register the protocol name and description */
-    proto_prp = proto_register_protocol("Parallel Redundancy Protocol (IEC62439 Chapter 6)",
+    proto_prp = proto_register_protocol("Parallel Redundancy Protocol (IEC62439 Part 3)",
                         "PRP", "prp");
     prp_module = prefs_register_protocol(proto_prp, proto_reg_handoff_prp);