Ignore:
Timestamp:
03/23/07 16:41:03 (6 years ago)
Author:
perry
Message:

Endace POS traces are in fact PPP traces. Deal with this correctly, even when
converting between trace formats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_legacy.c

    r1131 r1163  
    151151 
    152152static libtrace_linktype_t legacypos_get_link_type(const libtrace_packet_t *packet UNUSED) { 
    153         return TRACE_TYPE_POS; 
     153        return TRACE_TYPE_PPP; 
    154154} 
    155155 
Note: See TracChangeset for help on using the changeset viewer.