Changeset 1239 for trunk/lib/format_legacy.c
- Timestamp:
- 06/27/07 16:32:30 (6 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_legacy.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_legacy.c
r1163 r1239 178 178 static int legacyeth_get_wire_length(const libtrace_packet_t *packet) { 179 179 legacy_ether_t *leth = (legacy_ether_t *)packet->header; 180 return ntohs(leth->wlen);180 return leth->wlen; 181 181 } 182 182
Note: See TracChangeset
for help on using the changeset viewer.
