[www-pubs] r222086 - Added the HILTI paper from the ACM SIGCOMM Internet Measurement Conference 2014.

John Criswell criswell at uiuc.edu
Sat Nov 15 12:57:06 PST 2014


Author: criswell
Date: Sat Nov 15 14:57:06 2014
New Revision: 222086

URL: http://llvm.org/viewvc/llvm-project?rev=222086&view=rev
Log:
Added the HILTI paper from the ACM SIGCOMM Internet Measurement Conference 2014.

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=222086&r1=222085&r2=222086&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Sat Nov 15 14:57:06 2014
@@ -2,6 +2,14 @@
 // the page in the order listed.
 var PUBS =
 [
+  { url: "http://www.icir.org/robin/papers/imc14-hilti.pdf",
+    author: "Robin Sommer, Matthias Vallentin, Lorenzo De Carli, Vern Paxson",
+    title: "HILTI: An Abstract Execution Environment for Deep, Stateful Network Traffic Analysis",
+    published: "Proceedings of the ACM SIGCOMM Internet Measurement Conference",
+    month: 11,
+    year: 2014,
+  },
+
   { url: "http://dx.doi.org/10.1007/978-3-319-11737-9_17",
     author: "Si-Mohamed Lamraoui and Shin Nakajima",
     title: "A Formula-Based Approach for Automatic Fault Localization of Imperative Programs",





More information about the llvm-commits mailing list