Changeset d267f4d for lib/format_tsh.c
- Timestamp:
- 10/15/09 17:57:48 (11 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:
- 7f1b9d4
- Parents:
- 3d9cf9f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_tsh.c
r1aa4bf7 rd267f4d 47 47 } tsh_pkt_header_t; 48 48 49 static int tsh_get_framing_length(const libtrace_packet_t *packet )49 static int tsh_get_framing_length(const libtrace_packet_t *packet UNUSED) 50 50 { 51 51 return sizeof(tsh_pkt_header_t); … … 172 172 } 173 173 174 static libtrace_linktype_t tsh_get_link_type(const libtrace_packet_t *packet ) {174 static libtrace_linktype_t tsh_get_link_type(const libtrace_packet_t *packet UNUSED) { 175 175 return TRACE_TYPE_NONE; 176 176 }
Note: See TracChangeset
for help on using the changeset viewer.