Abstract
This paper focuses on regular expression matching over compressed traffic. The need for such matching arises from two independent trends. First, the volume and share of compressed HTTP traffic is constantly increasing. Second, due to their superior expressibility, current Deep Packet Inspection engines use regular expressions more and more frequently. We present an algorithmic framework to accelerate such matching, taking advantage of information gathered when the traffic was initially compressed. HTTP compression is typically performed through the GZIP protocol, which uses back-references to repeated strings. Our algorithm is based on calculating (for every byte) the minimum number of (previous) bytes that can be part of a future regular expression matching. When inspecting a back-reference, only these bytes should be taken into account, thus enabling one to skip repeated strings almost entirely without missing a match. We show that our generic framework works with either NFA-based or DFA-based implementations and gains performance boosts of more than 70%. Moreover, it can be readily adapted to most existing regular expression matching algorithms, which usually are based either on NFA, DFA or combinations of the two. Finally, we discuss other applications in which calculating the number of relevant bytes becomes handy, even when the traffic is not compressed.
Original language | English |
---|---|
Title of host publication | 2015 IEEE Conference on Computer Communications, IEEE INFOCOM 2015 |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 540-548 |
Number of pages | 9 |
ISBN (Electronic) | 9781479983810 |
DOIs | |
State | Published - 21 Aug 2015 |
Event | 34th IEEE Annual Conference on Computer Communications and Networks, IEEE INFOCOM 2015 - Hong Kong, Hong Kong Duration: 26 Apr 2015 → 1 May 2015 |
Publication series
Name | Proceedings - IEEE INFOCOM |
---|---|
Volume | 26 |
ISSN (Print) | 0743-166X |
Conference
Conference | 34th IEEE Annual Conference on Computer Communications and Networks, IEEE INFOCOM 2015 |
---|---|
Country/Territory | Hong Kong |
City | Hong Kong |
Period | 26/04/15 → 1/05/15 |
Bibliographical note
Publisher Copyright:© 2015 IEEE.