SVN #37419 fixed an OSX compile issue and reverted SVN #37408.
authorBill Meier <wmeier@newsguy.com>
Fri, 27 May 2011 02:25:20 +0000 (02:25 -0000)
committerBill Meier <wmeier@newsguy.com>
Fri, 27 May 2011 02:25:20 +0000 (02:25 -0000)
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:]]

svn path=/trunk/; revision=37421

epan/radius_dict.l

index f0b3f214e0fa8147ad319294c5f15947579e698b..9a4f242271c114e40653f69910018449c9a2ed67 100644 (file)
 %}
 
 /* Note: FreeRadius allows VENDOR, ATTRIBUTE and VALUE names to contain any non-blank character.
- *       Using ... below for those names fails for some reason so for now the patterns for each
- *       include those characters found in the the corresponding names in the FreeRadius dictionaries.
+ *       Using a negated "blank character class" pattern below for those names fails for some reason
+ *       so for now the patterns for each name type include those characters found for the corresponding
+ *       name types in the FreeRadius dictionaries.
  */
 
 %START WS_OUT VENDOR VENDOR_W_NAME ATTR ATTR_W_NAME ATTR_W_ID ATTR_W_TYPE ATTR_W_VENDOR VALUE VALUE_W_ATTR VALUE_W_NAME INCLUDE JUNK BEGIN_VENDOR END_VENDOR VENDOR_W_ID VENDOR_W_FORMAT VENDOR_W_TYPE_OCTETS VENDOR_W_LENGTH_OCTETS VENDOR_W_CONTINUATION BEGIN_TLV END_TLV