Wireshark-commits: [Wireshark-commits] rev 39636: /trunk-1.6/epan/ /trunk-1.6/epan/: radius_dict.l

Date: Thu, 27 Oct 2011 16:00:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39636

User: gerald
Date: 2011/10/27 09:00 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r37419 | wmeier | 2011-05-26 18:33:24 -0700 (Thu, 26 May 2011) | 2 lines
   Changed paths:
      M /trunk/epan/radius_dict.l
 
   Try a stab-in-the-dark to see if we can fix the OSX compile issue.
   ------------------------------------------------------------------------
   r37421 | wmeier | 2011-05-26 19:25:20 -0700 (Thu, 26 May 2011) | 11 lines
   Changed paths:
      M /trunk/epan/radius_dict.l
 
   SVN #37419 fixed an OSX compile issue and reverted SVN #37408.
 
   The actual cause of an OSX compile problem: The text   [^[:blank:]]   in a comment.
 
   SVN #37408 was reverted because a period (or most other characters)
   in a RE character class don't need to be escaped.
 
   This patch adds some replacement text in the spot in the comment
   originally occupied by the text    [^[:blank:]]
   ------------------------------------------------------------------------

Directory: /trunk-1.6/epan/
  Changes    Path             Action
  +4 -3      radius_dict.l    Modified