Opened 3 years ago
Closed 3 years ago
#282 closed task (invalid)
using traceconvert to change encapsulation
| Reported by: | vsharm@… | Owned by: | perry |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | tools | Version: | 3.0 |
| Keywords: | encapsulation, DLT | Cc: |
Description
hi,
I am Research scholar doing a research project in India.
We require to convert PPP Serial HDLC and Frame Relay pcap files into Ethernet pcap files.
Can traceconvert help us in this task ? if yes, can you please provide some example command that we can run
Regards
Vikas Sharma
Change History (1)
comment:1 Changed 3 years ago by salcock
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Traceconvert is designed for converting between capture formats, e.g. ERF to pcap.
Developing a tool for converting between link types, such as HDLC to Ethernet, is not really on the agenda for libtrace, as libtrace tools and programs are not Ethernet-specific. However, you
could develop your own tool if required.