aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-25 03:44:05 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-25 03:44:05 +0000
commit18f7f8359efffc1360b64a616878a55e0a05e79e (patch)
treec295c5d9f4e05517f4d56f17032183c996ab27df /packet-ieee80211.h
parentdf80562e6f1493cd68dbb444cc83039d6eb93873 (diff)
Add to the fundamental types passed between the scanner and the parser.
Besides "STRING", there is now "UNPARSED_STRING", where the distinction is that "STRING" was a double-quoted string and "UNPARSED_STRING" is just a sequence of characters that the scanner didn't know how to scan/parse, so it's up to the Ftype to parse it. This gives us more flexibility and prepares the dfilter parsing engine for the upcoming addition of the "contains" operator. In the process of doing this, I also re-did the double-quoted string support in the scanner, so that instead of the naively-simple support we used to have, double-quoted strings now can have embedded dobule-quotes, embedded octal sequences, and embedded hexadecimal sequences: "\"" embedded double-quote "\110" embedded octal "\x48" embedded hex Enhance the dfilter unit test script to be able to run a single collection of tests instead of having to run all of them all the time. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8083 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ieee80211.h')
0 files changed, 0 insertions, 0 deletions