Changeset 293999b
- Timestamp:
- 04/21/07 15:59:56 (14 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 87d0a5b
- Parents:
- 6bea435
- Location:
- lib
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_bpf.c
r73dd29f r293999b 24 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 25 * 26 * $Id : format_template.c,v 1.13 2005/11/22 23:38:56 dlawson Exp$26 * $Id$ 27 27 * 28 28 */ … … 338 338 static struct libtrace_format_t bpf = { 339 339 "bpf", 340 "$Id : format_bpf.c,v 1.13 2005/11/22 23:38:56 dlawson Exp$",340 "$Id$", 341 341 TRACE_FORMAT_BPF, 342 342 bpf_init_input, /* init_input */ -
lib/format_dag24.c
rd5a27e8 r293999b 26 26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 27 27 * 28 * $Id : format_dag24.c 0 2006-12-14 21:13:09Z spa1$28 * $Id$ 29 29 * 30 30 */ … … 327 327 328 328 static void dag_help(void) { 329 printf("dag format module: $Revision : 1110$\n");329 printf("dag format module: $Revision$\n"); 330 330 printf("Supported input URIs:\n"); 331 331 printf("\tdag:/dev/dagn\n"); … … 340 340 static struct libtrace_format_t dag = { 341 341 "dag", 342 "$Id : format_dag24.c 0 2006-12-14 21:13:09Z spa1$",342 "$Id$", 343 343 TRACE_FORMAT_ERF, 344 344 dag_init_input, /* init_input */ -
lib/format_dag25.c
rd5a27e8 r293999b 26 26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 27 27 * 28 * $Id : format_dag25.c 1 2006-12-14 21:13:09Z spa1$28 * $Id$ 29 29 * 30 30 */ … … 324 324 325 325 static void dag_help(void) { 326 printf("dag format module: $Revision : 1110$\n");326 printf("dag format module: $Revision$\n"); 327 327 printf("Supported input URIs:\n"); 328 328 printf("\tdag:/dev/dagn\n"); … … 337 337 static struct libtrace_format_t dag = { 338 338 "dag", 339 "$Id : format_dag25.c 0 2006-12-14 21:13:09Z spa1$",339 "$Id$", 340 340 TRACE_FORMAT_ERF, 341 341 dag_init_input, /* init_input */ -
lib/format_duck.c
rd5a27e8 r293999b 25 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 26 * 27 * $Id : format_template.c 691 2006-04-08 04:31:40Z perry$27 * $Id$ 28 28 * 29 29 */ … … 272 272 static struct libtrace_format_t duck = { 273 273 "duck", 274 "$Id : format_duck.c 799 2006-05-12 05:07:59Z spa1$",274 "$Id$", 275 275 TRACE_FORMAT_DUCK, 276 276 duck_init_input, /* init_input */ -
lib/format_linux.c
r205809b r293999b 25 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 26 * 27 * $Id : format_template.c,v 1.13 2005/11/22 23:38:56 dlawson Exp$27 * $Id$ 28 28 * 29 29 */ … … 383 383 static struct libtrace_format_t linuxnative = { 384 384 "int", 385 "$Id : format_linuxnative.c,v 1.13 2005/11/22 23:38:56 dlawson Exp$",385 "$Id$", 386 386 TRACE_FORMAT_LINUX_NATIVE, 387 387 linuxnative_init_input, /* init_input */
Note: See TracChangeset
for help on using the changeset viewer.