Changeset dd22d84 for lib/format_template.c
- Timestamp:
- 08/03/05 14:35:23 (16 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:
- 40ba6ad
- Parents:
- 283acce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_template.c
r91ebc50 rdd22d84 105 105 } 106 106 107 static void template_help() { 108 return; 109 } 107 110 static struct format_t template = { 108 111 "template", … … 125 128 template_get_capture_length, /* get_capture_length */ 126 129 template_get_wire_length, /* get_wire_length */ 127 template_set_capture_length /* set_capture_length */ 130 template_set_capture_length, /* set_capture_length */ 131 template_help /* help */ 128 132 }; 129 133
Note: See TracChangeset
for help on using the changeset viewer.