Remove $Id$ tags

This commit is contained in:
Jon Siwek 2011-08-04 15:21:18 -05:00
parent 05ff14a0b2
commit 495e987938
315 changed files with 5 additions and 624 deletions

View file

@ -1,5 +1,3 @@
// $Id: ConnCompressor.h 6008 2008-07-23 00:24:22Z vern $
//
// The ConnCompressor keeps track of the first packet seen for a conn_id using
// only a minimal amount of memory. This helps us to avoid instantiating
// full Connection objects for never-established sessions.