Ignore:
Timestamp:
06/27/07 16:32:30 (6 years ago)
Author:
spa1
Message:

Added uncompressed trace size to the misc-report in tracereport
Fixed incorrect byte-ordering of wire length in legacyeth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_legacy.c

    r1163 r1239  
    178178static int legacyeth_get_wire_length(const libtrace_packet_t *packet) { 
    179179        legacy_ether_t *leth = (legacy_ether_t *)packet->header; 
    180         return ntohs(leth->wlen); 
     180        return leth->wlen; 
    181181} 
    182182 
Note: See TracChangeset for help on using the changeset viewer.