Re: [Wireshark-dev] Building 1.0.8 on AIX

2009-07-01 Thread Stig Bjørlykke
On 2. juli. 2009, at 01.33, Albert Chin wrote: > In on AIX, we have: > #define GOOD0 > #define BAD (-1) > > This causes a problem in epan/dissectors/packet-mip6.h with: Hi, I have committed your patch in revision 28917 on trunk. This will be marked for copy to 1.0.9 and 1.2.1. Thank

[Wireshark-dev] Building 1.0.8 on AIX

2009-07-01 Thread Albert Chin
In on AIX, we have: #define GOOD0 #define BAD (-1) This causes a problem in epan/dissectors/packet-mip6.h with: /* Mobility Option types */ typedef enum { PAD1 = 0, PADN = 1, BRA = 2, ACOA = 3, NI = 4, BAD = 5,