Ethereal-dev: [Ethereal-dev] patch for packet-slowprotocols.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Dominique bastien <ip6helper@xxxxxxxxx>
Date: Wed, 3 Aug 2005 15:12:59 -0400 (EDT)

 change some define for loopback message.
 
 
 
 --- packet-slowprotocols.old	2005-07-20
 19:56:40.000000000 -0400
 +++ packet-slowprotocols.c	2005-07-21
 10:05:19.547729264 -0400
 @@ -194,8 +194,8 @@
  #define OAMPDU_VARS_ATTRIBUTE           0x7
  
  /* OAMPDU Loopback Control bits */
 -#define OAMPDU_LPBK_ENABLE              0x02
 -#define OAMPDU_LPBK_DISABLE             0x04
 +#define OAMPDU_LPBK_ENABLE              0x01
 +#define OAMPDU_LPBK_DISABLE             0x02
  
  
  static const value_string subtype_vals[] = {
 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Attachment: loopback.patch
Description: pat720972051