components/wireshark/patches/evb.patch
changeset 955 d73530a1bcea
parent 883 50516829ab64
child 1488 04528ffd139d
--- a/components/wireshark/patches/evb.patch	Wed Aug 22 08:43:26 2012 -0700
+++ b/components/wireshark/patches/evb.patch	Thu Aug 23 09:57:42 2012 -0700
@@ -14,8 +14,8 @@
 ===================================================================
 --- epan/etypes.h	(revision 41973)
 +++ epan/etypes.h	(working copy)
-@@ -463,6 +463,10 @@
- #define ETHERTYPE_TTE_PCF		0x891D  /* TTEthernet Protocol Control Frame */
+@@ -492,6 +492,10 @@
+ #define ETHERTYPE_HSR			0x892F  /* High-availability Seamless Redundancy (IEC62439 Part 3) */
  #endif
  
 +#ifndef ETHERTYPE_ECP
@@ -650,11 +650,11 @@
 ===================================================================
 --- epan/dissectors/Makefile.common	(revision 41973)
 +++ epan/dissectors/Makefile.common	(working copy)
-@@ -108,6 +108,7 @@
+@@ -114,6 +114,7 @@
  	packet-dop.c \
  	packet-dsp.c \
  	packet-ess.c \
 +	packet-ecp.c \
  	packet-ftam.c \
  	packet-goose.c \
- 	packet-h225.c \
+ 	packet-HI2Operations.c \