http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39692
User: alagoutte
Date: 2011/10/31 11:37 AM
Log:
From Martin Renold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5730
Dissector for HSR and PRP-1
Here is a patch that adds a dissector for HSR and for PRP-1. Both protocols are defined in IEC62439 Part 3. (High-availability Seamless Redundancy / Parallel Redundancy Protocol)
The existing PRP dissector has been refactored to support both the old PRP (now called PRP-0) and the new PRP-1.
There are three distinct dissectors:
- HSR (ethertype 892F)
- HSR/PRP supervision (ethertype 88FB)
- PRP-0 and PRP-1 (trailer dissector; disabled by default)
From me :
* Fix Clang Warning
* Add modification for CMakeLists.txt
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -0 Makefile.common Modified
+2 -1 packet-ethertype.c Modified
+263 -0 packet-hsr-prp-supervision.c Added
+201 -0 packet-hsr.c Added
+92 -200 packet-prp.c Modified
Directory: /trunk/epan/
Changes Path Action
+2 -0 CMakeLists.txt Modified
+5 -1 etypes.h Modified
Directory: /trunk/
Changes Path Action
+6 -1 AUTHORS Modified