Handle lines ending in \r\n.

Fixes Bug #4780 
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4780


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32956 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
wmeier 2010-05-25 22:27:00 +00:00
parent 6a45259c40
commit 6f7174a5cd
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ hexdigit [0-9A-Fa-f]
directive #TEXT2PCAP.*
comment #[^W].*
byte [0-9A-Fa-f][0-9A-Fa-f][ \t]
byte_eol [0-9A-Fa-f][0-9A-Fa-f]\n
byte_eol [0-9A-Fa-f][0-9A-Fa-f]\r?\n
offset [0-9A-Fa-f]+[: \t]
offset_eol [0-9A-Fa-f]+\n
offset_eol [0-9A-Fa-f]+\r?\n
text [^ \n\t]+
mailfwd >
eol \r?\n\r?