BroString

broVern,
    I find that in the scan.l there is a regular expression
              \"([^\\\n\"]|{ESCSEQ})*\"
    I know that this expression is used for matching a BroString.But what does it mean?Does it mean there should not be a '\n' or '\' in the string?I try "liao\nliao" and "lsjf\ljf",but they run just ok.
    By the way,what is Serializer.h/.cc used for? Only for efficiency?
   
    Thanks!

Tad

face-1.gif