| OLD | NEW |
| 1 /* | 1 /* |
| 2 * rdbx.h | 2 * rdbx.h |
| 3 * | 3 * |
| 4 * replay database with extended packet indices, using a rollover counter | 4 * replay database with extended packet indices, using a rollover counter |
| 5 * | 5 * |
| 6 * David A. McGrew | 6 * David A. McGrew |
| 7 * Cisco Systems, Inc. | 7 * Cisco Systems, Inc. |
| 8 * | 8 * |
| 9 */ | 9 */ |
| 10 |
| 10 /* | 11 /* |
| 11 * | 12 * |
| 12 * Copyright (c) 2001-2006, Cisco Systems, Inc. | 13 * Copyright (c) 2001-2006, Cisco Systems, Inc. |
| 13 * All rights reserved. | 14 * All rights reserved. |
| 14 * | 15 * |
| 15 * Redistribution and use in source and binary forms, with or without | 16 * Redistribution and use in source and binary forms, with or without |
| 16 * modification, are permitted provided that the following conditions | 17 * modification, are permitted provided that the following conditions |
| 17 * are met: | 18 * are met: |
| 18 * | 19 * |
| 19 * Redistributions of source code must retain the above copyright | 20 * Redistributions of source code must retain the above copyright |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 #endif /* RDBX_H */ | 213 #endif /* RDBX_H */ |
| 213 | 214 |
| 214 | 215 |
| 215 | 216 |
| 216 | 217 |
| 217 | 218 |
| 218 | 219 |
| 219 | 220 |
| 220 | 221 |
| 221 | 222 |
| OLD | NEW |