Changeset 293999b for lib/format_dag25.c
- Timestamp:
- 04/21/07 15:59:56 (15 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 */
Note: See TracChangeset
for help on using the changeset viewer.