Re: [Wireshark-dev] [Wireshark-commits] rev 37408: /trunk/epan/ /trunk/epan/: radius_dict.l

2011-05-26 Thread Jeff Morriss
On 05/26/2011 10:31 PM, Bill Meier wrote: Thanks everyone for the research It turned out the the cause of the OSX compiler error when compiling radius_dict.c was text that I had put in a comment which included the string [^[:blank:]] . Man... And I just skipped over the changes to the co

Re: [Wireshark-dev] [Wireshark-commits] rev 37408: /trunk/epan/ /trunk/epan/: radius_dict.l

2011-05-26 Thread Guy Harris
On May 26, 2011, at 7:31 PM, Bill Meier wrote: > It turned out the the cause of the OSX compiler error when compiling > radius_dict.c was text that I had put in a comment which included the string > [^[:blank:]] . ...which shouldn't make a difference, but perhaps the older version of Flex

Re: [Wireshark-dev] [Wireshark-commits] rev 37408: /trunk/epan/ /trunk/epan/: radius_dict.l

2011-05-26 Thread Bill Meier
Thanks everyone for the research It turned out the the cause of the OSX compiler error when compiling radius_dict.c was text that I had put in a comment which included the string [^[:blank:]] . Bill ___ Sent vi

Re: [Wireshark-dev] [Wireshark-commits] rev 37408: /trunk/epan/ /trunk/epan/: radius_dict.l

2011-05-26 Thread Guy Harris
On May 26, 2011, at 2:26 PM, Michael Tüxen wrote: > This is from the 10.5 PPC buildbot: > > [WiresharkPPC:~] tuexen% uname -a > Darwin WiresharkPPC.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 > 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC Power Macintosh > [WiresharkPPC:~] tuexen

Re: [Wireshark-dev] [Wireshark-commits] rev 37408: /trunk/epan/ /trunk/epan/: radius_dict.l

2011-05-26 Thread Michael Tüxen
On May 26, 2011, at 8:04 PM, Guy Harris wrote: > > On May 26, 2011, at 7:15 AM, morr...@wireshark.org wrote: > >> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37408 >> >> User: morriss >> Date: 2011/05/26 07:15 AM >> >> Log: >> Escape the '.' in radius dictionary ATTRIBUTE

Re: [Wireshark-dev] [Wireshark-commits] rev 37408: /trunk/epan/ /trunk/epan/: radius_dict.l

2011-05-26 Thread Jeff Morriss
Guy Harris wrote: On May 26, 2011, at 7:15 AM, morr...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37408 User: morriss Date: 2011/05/26 07:15 AM Log: Escape the '.' in radius dictionary ATTRIBUTE names. This may fix the OSX-10.5 builds too. Directo

Re: [Wireshark-dev] [Wireshark-commits] rev 37408: /trunk/epan/ /trunk/epan/: radius_dict.l

2011-05-26 Thread Guy Harris
On May 26, 2011, at 7:15 AM, morr...@wireshark.org wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37408 > > User: morriss > Date: 2011/05/26 07:15 AM > > Log: > Escape the '.' in radius dictionary ATTRIBUTE names. This may fix the > OSX-10.5 builds too. > > Directo