Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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: Thu, 21 Jul 2005 11:12:36 -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: 2398770195-loopback.patch